mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-27 21:56:38 +08:00
debug:disable setLocalAppState
This commit is contained in:
parent
ae0b573f9b
commit
0a1b291734
@ -107,7 +107,7 @@ export const useSyncStore = createPersistStore(
|
||||
await client.get(config.username),
|
||||
) as AppState;
|
||||
mergeAppState(localState, parsedRemoteState);
|
||||
setLocalAppState(localState);
|
||||
//setLocalAppState(localState);
|
||||
}
|
||||
} catch (e) {
|
||||
console.log("[Sync] failed to get remote state", e);
|
||||
|
Loading…
Reference in New Issue
Block a user