diff --git a/apps/web/src/stores/app-store.ts b/apps/web/src/stores/app-store.ts index c4d155ae3..ebdaf1a49 100644 --- a/apps/web/src/stores/app-store.ts +++ b/apps/web/src/stores/app-store.ts @@ -118,7 +118,7 @@ class AppStore extends BaseStore { async (full, force, lastSynced) => { if (!this.get().isAutoSyncEnabled) return; - await this.get().sync(full, force, lastSynced); + // await this.get().sync(full, force, lastSynced); } );