debug:disable client.set

This commit is contained in:
cbm 2024-07-13 16:32:47 +08:00
parent 0c5a6a146b
commit ae0b573f9b

View File

@ -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();
},