diff --git a/app/store/sync.ts b/app/store/sync.ts index d3582e3c9..9ffbec622 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -114,7 +114,7 @@ export const useSyncStore = createPersistStore( throw e; } - await client.set(config.username, JSON.stringify(localState)); + //await client.set(config.username, JSON.stringify(localState)); this.markSyncTime(); },