@cadenza.io/service 2.3.12 → 2.3.13

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
@@ -562,6 +562,9 @@ var ServiceRegistry = class _ServiceRegistry {
562
562
  }
563
563
  ).then(this.handleGlobalSignalRegistrationTask);
564
564
  this.fullSyncTask = CadenzaService.createMetaRoutine("Full sync", [
565
+ CadenzaService.createTask("Confirm full sync", () => {
566
+ console.log("Confirming full sync...");
567
+ }),
565
568
  CadenzaService.createCadenzaDBQueryTask("signal_to_task_map", {
566
569
  filter: {
567
570
  isGlobal: true