Merge branch 'Yidadaa:main' into masks

This commit is contained in:
H0llyW00dzZ 2023-10-11 07:35:40 +07:00 committed by GitHub
commit 1604ed91fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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));