Revert "feat: use v1 profile api"

This reverts commit 61e6d7ee39 and 2cfdbc19a9.
This commit is contained in:
Michael Zetterberg
2024-05-21 15:56:42 +02:00
parent 92879b623b
commit d7766a89de
3 changed files with 7 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ type Victory = {
* we have to get the values from elsewhere
*/
export interface User extends z.infer<typeof getUserSchema> {
name: string
firstName: string
journeys: Journey[]
nights: number
shortcuts: ShortcutLink[]