@spooky-sync/core 0.0.1-canary.62 → 0.0.1-canary.64

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
@@ -1809,7 +1809,6 @@ var Sp00kySync = class {
1809
1809
  this.isInit = true;
1810
1810
  await this.scheduler.init();
1811
1811
  this.scheduler.syncUp();
1812
- this.scheduler.syncUp();
1813
1812
  this.scheduler.syncDown();
1814
1813
  this.startRefLiveQueries();
1815
1814
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spooky-sync/core",
3
- "version": "0.0.1-canary.62",
3
+ "version": "0.0.1-canary.64",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -86,7 +86,6 @@ export class Sp00kySync<S extends SchemaStructure> {
86
86
  this.isInit = true;
87
87
  await this.scheduler.init();
88
88
  void this.scheduler.syncUp();
89
- void this.scheduler.syncUp();
90
89
  void this.scheduler.syncDown();
91
90
  void this.startRefLiveQueries();
92
91
  }