Explorar o código

this is the fix

ruban hai 1 ano
pai
achega
9cd3358e4e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app/store/sync.ts

+ 1 - 0
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();
     },