mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
debug:disable client.set
This commit is contained in:
@@ -114,7 +114,7 @@ export const useSyncStore = createPersistStore(
|
|||||||
throw e;
|
throw e;
|
||||||
}
|
}
|
||||||
|
|
||||||
await client.set(config.username, JSON.stringify(localState));
|
//await client.set(config.username, JSON.stringify(localState));
|
||||||
|
|
||||||
this.markSyncTime();
|
this.markSyncTime();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user