Преглед изворни кода

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));