mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-29 18:26:34 +02:00
Add missing data in posthog
This commit is contained in:
parent
785ad3a814
commit
348bdcaaa9
1 changed files with 3 additions and 0 deletions
|
@ -143,6 +143,9 @@ export const auth = router({
|
|||
name: user.name,
|
||||
timeZone: input.timeZone,
|
||||
locale: input.locale,
|
||||
tier: "hobby",
|
||||
weekStart: input.weekStart,
|
||||
timeFormat: input.timeFormat,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue