Compare commits

..

2 Commits

3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "traxxx-web", "name": "traxxx-web",
"version": "0.57.14", "version": "0.57.15",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"version": "0.57.14", "version": "0.57.15",
"dependencies": { "dependencies": {
"@brillout/json-serializer": "^0.5.25", "@brillout/json-serializer": "^0.5.25",
"@dicebear/collection": "7.0.5", "@dicebear/collection": "7.0.5",

View File

@@ -92,7 +92,7 @@
"overrides": { "overrides": {
"vite": "$vite" "vite": "$vite"
}, },
"version": "0.57.14", "version": "0.57.15",
"imports": { "imports": {
"#/*": "./*.js" "#/*": "./*.js"
}, },

View File

@@ -754,7 +754,7 @@ export async function notify(sceneIds, options = {}) {
const docs = stashedEntries.map((stash) => ({ const docs = stashedEntries.map((stash) => ({
replace: { replace: {
index: 'scenes_stashed', table: 'scenes_stashed',
id: stash.id, id: stash.id,
doc: { doc: {
scene_id: stash.scene_id, scene_id: stash.scene_id,