diff --git a/src/alerts.js b/src/alerts.js index 73e07aa..8324c93 100755 --- a/src/alerts.js +++ b/src/alerts.js @@ -754,7 +754,7 @@ export async function notify(sceneIds, options = {}) { const docs = stashedEntries.map((stash) => ({ replace: { - index: 'scenes_stashed', + table: 'scenes_stashed', id: stash.id, doc: { scene_id: stash.scene_id,