mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-30 10:46:35 +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,
|
name: user.name,
|
||||||
timeZone: input.timeZone,
|
timeZone: input.timeZone,
|
||||||
locale: input.locale,
|
locale: input.locale,
|
||||||
|
tier: "hobby",
|
||||||
|
weekStart: input.weekStart,
|
||||||
|
timeFormat: input.timeFormat,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue