@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.
@@ -8922,7 +8922,7 @@ var CadenzaService = class {
8922
8922
  this.ensureFrontendSyncLoop();
8923
8923
  } else {
8924
8924
  GraphMetadataController.instance;
8925
- GraphSyncController.instance.isCadenzaDBReady = !!options.cadenzaDB?.connect;
8925
+ GraphSyncController.instance.isCadenzaDBReady = serviceName === "CadenzaDB" || !!options.cadenzaDB?.connect;
8926
8926
  GraphSyncController.instance.init();
8927
8927
  }
8928
8928
  this.log("Service created.");