Browse Source

this is the fix

ruban 1 năm trước cách đây
mục cha
commit
9cd3358e4e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();
     },