瀏覽代碼

this is the fix

ruban 1 年之前
父節點
當前提交
9cd3358e4e
共有 1 個文件被更改,包括 1 次插入0 次删除
  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();
     },