@the-libs/autodesk-backend
Advanced tools
Comparing version 1.2.25 to 1.2.26
@@ -102,3 +102,3 @@ // libs/autodesk-backend/src/config/index.ts | ||
const model = modelGetter(); | ||
const changeStream = model.watch().on(event, handler); | ||
const changeStream = model.watch().on(event || "change", handler); | ||
const { collectionName } = model.collection; | ||
@@ -105,0 +105,0 @@ if (!this.activeWatches.has(collectionName)) { |
{ | ||
"name": "@the-libs/autodesk-backend", | ||
"version": "1.2.25", | ||
"version": "1.2.26", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "@the-libs/base-backend": "^1.2.17", |
10029