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);