This commit is contained in:
ruban 2024-05-02 22:55:41 -07:00 committed by GitHub
parent 9d728ec3c5
commit 6fc7c50f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -96,9 +96,6 @@ export const useSyncStore = createPersistStore(
const config = get()[provider]; const config = get()[provider];
const client = this.getClient(); const client = this.getClient();
console.log("client set", localState);
await client.set(config.username, JSON.stringify(localState));
try { try {
const remoteState = await client.get(config.username); const remoteState = await client.get(config.username);
if (!remoteState || remoteState === "") { if (!remoteState || remoteState === "") {