forked from XiaoMo/ChatGPT-Next-Web
Merge pull request #2992 from ograycode/patch-1
This commit is contained in:
commit
adee435ea6
@ -101,7 +101,7 @@ export const useSyncStore = createPersistStore(
|
||||
mergeAppState(localState, remoteState);
|
||||
setLocalAppState(localState);
|
||||
} catch (e) {
|
||||
console.log("[Sync] failed to get remoate state", e);
|
||||
console.log("[Sync] failed to get remote state", e);
|
||||
}
|
||||
|
||||
await client.set(config.username, JSON.stringify(localState));
|
||||
|
Loading…
Reference in New Issue
Block a user