Fixed alert stash not syncing to manticore.
This commit is contained in:
@@ -738,6 +738,7 @@ export async function notify(sceneIds, options = {}) {
|
|||||||
.insert(stashEntries)
|
.insert(stashEntries)
|
||||||
.onConflict(['stash_id', 'scene_id'])
|
.onConflict(['stash_id', 'scene_id'])
|
||||||
.ignore()
|
.ignore()
|
||||||
|
.returning('id')
|
||||||
: [],
|
: [],
|
||||||
notifications.length > 0
|
notifications.length > 0
|
||||||
? knex('notifications')
|
? knex('notifications')
|
||||||
|
|||||||
Reference in New Issue
Block a user