From 9d728ec3c560d69282e0d867fe9c490bbb26bc3a Mon Sep 17 00:00:00 2001 From: ruban <51721541+rooben-me@users.noreply.github.com> Date: Thu, 2 May 2024 22:50:35 -0700 Subject: [PATCH] this is ti --- app/store/sync.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/store/sync.ts b/app/store/sync.ts index aa516057a..9d01a7871 100644 --- a/app/store/sync.ts +++ b/app/store/sync.ts @@ -95,6 +95,9 @@ export const useSyncStore = createPersistStore( const provider = get().provider; const config = get()[provider]; const client = this.getClient(); + + console.log("client set", localState); + await client.set(config.username, JSON.stringify(localState)); try { const remoteState = await client.get(config.username);