web: disable auto sync

This commit is contained in:
Abdullah Atta
2024-02-22 22:43:05 +05:00
parent ef6ff34ec6
commit cdebfdd7c0

View File

@@ -118,7 +118,7 @@ class AppStore extends BaseStore<AppStore> {
async (full, force, lastSynced) => {
if (!this.get().isAutoSyncEnabled) return;
await this.get().sync(full, force, lastSynced);
// await this.get().sync(full, force, lastSynced);
}
);