From ae0b573f9b0664620dfc8d4ee56369b1aaa8c6f2 Mon Sep 17 00:00:00 2001 From: cbm Date: Sat, 13 Jul 2024 16:32:47 +0800 Subject: [PATCH] debug:disable client.set --- app/store/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); },