This commit is contained in:
GH Action - Upstream Sync
2023-10-11 00:56:43 +00:00
2 changed files with 2 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));