@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.
@@ -7137,7 +7137,7 @@ var GraphSyncController = class _GraphSyncController {
7137
7137
  });
7138
7138
  const signalName = resolveSignalNameFromSyncContext(ctx);
7139
7139
  if (!signalName) {
7140
- return true;
7140
+ return false;
7141
7141
  }
7142
7142
  const signalObservers = CadenzaService.signalBroker.signalObservers;
7143
7143
  if (!signalObservers?.has(signalName)) {