@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.js CHANGED
@@ -11386,7 +11386,7 @@ var CadenzaService = class {
11386
11386
  this.ensureFrontendSyncLoop();
11387
11387
  } else {
11388
11388
  GraphMetadataController.instance;
11389
- GraphSyncController.instance.isCadenzaDBReady = !!options.cadenzaDB?.connect;
11389
+ GraphSyncController.instance.isCadenzaDBReady = serviceName === "CadenzaDB" || !!options.cadenzaDB?.connect;
11390
11390
  GraphSyncController.instance.init();
11391
11391
  }
11392
11392
  this.log("Service created.");