mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-06 05:46:55 +08:00
this
This commit is contained in:
parent
9d728ec3c5
commit
6fc7c50f19
@ -95,9 +95,6 @@ export const useSyncStore = createPersistStore(
|
||||
const provider = get().provider;
|
||||
const config = get()[provider];
|
||||
const client = this.getClient();
|
||||
|
||||
console.log("client set", localState);
|
||||
await client.set(config.username, JSON.stringify(localState));
|
||||
|
||||
try {
|
||||
const remoteState = await client.get(config.username);
|
||||
|
Loading…
x
Reference in New Issue
Block a user