From 9cd3358e4e08e207dacc7d6b032283e351d8a58d Mon Sep 17 00:00:00 2001 From: ruban <51721541+rooben-me@users.noreply.github.com> Date: Thu, 2 May 2024 22:40:52 -0700 Subject: [PATCH] this is the fix --- app/store/sync.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/sync.ts b/app/store/sync.ts index d5a7f7b6f..aa516057a 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -116,6 +116,7 @@ export const useSyncStore = createPersistStore( } await client.set(config.username, JSON.stringify(localState)); + console.log("client set", localState); this.markSyncTime(); },