mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-20 06:11:57 +08:00
Fix cloud data sync issue with Upstash (#4563)
This commit is contained in:
@@ -115,6 +115,7 @@ export const useSyncStore = createPersistStore(
|
|||||||
}
|
}
|
||||||
|
|
||||||
await client.set(config.username, JSON.stringify(localState));
|
await client.set(config.username, JSON.stringify(localState));
|
||||||
|
|
||||||
this.markSyncTime();
|
this.markSyncTime();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user