Fixed notify stash manticoresearch call still using obsolete 'index' key.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user