Merge branch 'Yidadaa:main' into main

This commit is contained in:
Hk-Gosuto
2023-10-12 09:01:34 +08:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

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