소스 검색

Merge branch 'Yidadaa:main' into masks

H0llyW00dzZ 1 년 전
부모
커밋
1604ed91fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/store/sync.ts

+ 1 - 1
app/store/sync.ts

@@ -101,7 +101,7 @@ export const useSyncStore = createPersistStore(
         mergeAppState(localState, remoteState);
         setLocalAppState(localState);
       } catch (e) {
-        console.log("[Sync] failed to get remoate state", e);
+        console.log("[Sync] failed to get remote state", e);
       }
 
       await client.set(config.username, JSON.stringify(localState));