Revert "🐛 Fix time zone reset when replacing all options (#1221)" (#1227)

This commit is contained in:
Luke Vella 2024-07-29 14:07:45 +01:00 committed by GitHub
parent 737d6e73ed
commit 5a785a5317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 47 additions and 47 deletions

View file

@ -78,9 +78,6 @@ export const UserProvider = (props: { children?: React.ReactNode }) => {
email: user.email || null,
isGuest: !user.email,
tier,
timeFormat: user.timeFormat ?? null,
timeZone: user.timeZone ?? null,
weekStart: user.weekStart ?? null,
},
refresh: session.update,
ownsObject: ({ userId }) => {