mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-21 05:00:16 +09:00
Fix cloud data sync issue with Upstash (#4563)
This commit is contained in:
parent
a103582346
commit
1da7d81122
@ -115,6 +115,7 @@ export const useSyncStore = createPersistStore(
|
||||
}
|
||||
|
||||
await client.set(config.username, JSON.stringify(localState));
|
||||
|
||||
this.markSyncTime();
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user