@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.
@@ -8873,7 +8873,7 @@ var CadenzaService = class {
8873
8873
  this.ensureFrontendSyncLoop();
8874
8874
  } else {
8875
8875
  GraphMetadataController.instance;
8876
- GraphSyncController.instance.isCadenzaDBReady = !!options.cadenzaDB?.connect;
8876
+ GraphSyncController.instance.isCadenzaDBReady = serviceName === "CadenzaDB" || !!options.cadenzaDB?.connect;
8877
8877
  GraphSyncController.instance.init();
8878
8878
  }
8879
8879
  this.log("Service created.");