Updated all dependencies. Updated MindGeek to Aylo.
This commit is contained in:
@@ -116,7 +116,7 @@ async function load() {
|
||||
throw new Error(`No user ${alert.username}`);
|
||||
}
|
||||
|
||||
const [alertId] = await knex('alerts')
|
||||
const [{ id: alertId }] = await knex('alerts')
|
||||
.insert({
|
||||
user_id: user.id,
|
||||
notify: alert.notify,
|
||||
|
||||
Reference in New Issue
Block a user