this is the fix

This commit is contained in:
ruban 2024-05-02 22:40:52 -07:00 committed by GitHub
parent 4cd94370e8
commit 9cd3358e4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ export const useSyncStore = createPersistStore(
}
await client.set(config.username, JSON.stringify(localState));
console.log("client set", localState);
this.markSyncTime();
},