@cadenza.io/service 2.17.73 → 2.17.74

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.
@@ -7186,7 +7186,7 @@ var GraphSyncController = class _GraphSyncController {
7186
7186
  });
7187
7187
  const signalName = resolveSignalNameFromSyncContext(ctx);
7188
7188
  if (!signalName) {
7189
- return true;
7189
+ return false;
7190
7190
  }
7191
7191
  const signalObservers = CadenzaService.signalBroker.signalObservers;
7192
7192
  if (!signalObservers?.has(signalName)) {