소스 검색

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