Purging expired notifications and alerts. Fixed manticore stash sync.
This commit is contained in:
@@ -73,7 +73,7 @@ export async function syncStashes(domain = 'scene', ids) {
|
||||
const docs = searchResponse?.hits?.hits ?? [];
|
||||
|
||||
const orphanedIds = docs
|
||||
.map((hit) => hit.id)
|
||||
.map((hit) => hit._id)
|
||||
.filter((manticoreId) => !validStashedIds.has(manticoreId));
|
||||
|
||||
if (orphanedIds.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user