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