mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-09-28 06:06:38 +08:00
feat:clean
This commit is contained in:
parent
4daf39d5b8
commit
fdf02982de
@ -109,7 +109,7 @@ export const useSyncStore = createPersistStore(
|
||||
return;
|
||||
} else {
|
||||
let parsedRemoteState = JSON.parse(await client.get(config.username));
|
||||
parsedRemoteState["access-control"] = accessStore;
|
||||
parsedRemoteState[StoreKey.Access] = accessStore;
|
||||
|
||||
//console.log("parsedRemoteState------", parsedRemoteState);
|
||||
mergeAppState(localState, parsedRemoteState);
|
||||
|
Loading…
Reference in New Issue
Block a user