Fix cloud data sync issue with Upstash (#4563)

This commit is contained in:
ruban
2024-05-02 23:22:32 -07:00
committed by GitHub
parent a103582346
commit 1da7d81122

View File

@@ -115,6 +115,7 @@ export const useSyncStore = createPersistStore(
}
await client.set(config.username, JSON.stringify(localState));
this.markSyncTime();
},
@@ -146,4 +147,4 @@ export const useSyncStore = createPersistStore(
return newState as any;
},
},
);
);