Skip to content

Commit

Permalink
Merge branch 'Yidadaa:main' into masks
Browse files Browse the repository at this point in the history
  • Loading branch information
H0llyW00dzZ authored Oct 11, 2023
2 parents 74fcaab + adee435 commit 1604ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 1604ed9

Please sign in to comment.