mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
debug:disable client.set
This commit is contained in:
parent
0c5a6a146b
commit
ae0b573f9b
@ -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();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user