@cadenza.io/service 2.17.43 → 2.17.44

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -11337,7 +11337,7 @@ var CadenzaService = class {
11337
11337
  this.ensureFrontendSyncLoop();
11338
11338
  } else {
11339
11339
  GraphMetadataController.instance;
11340
- GraphSyncController.instance.isCadenzaDBReady = !!options.cadenzaDB?.connect;
11340
+ GraphSyncController.instance.isCadenzaDBReady = serviceName === "CadenzaDB" || !!options.cadenzaDB?.connect;
11341
11341
  GraphSyncController.instance.init();
11342
11342
  }
11343
11343
  this.log("Service created.");