Quellcode durchsuchen

this is the fix

ruban vor 1 Jahr
Ursprung
Commit
9cd3358e4e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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();
     },