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