Fix: /me-Endpoint gibt geburtstag zurück (war vergessen)
This commit is contained in:
parent
f0cf0f2243
commit
a1c4d2ab2b
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ async def me(user=Depends(get_current_user)):
|
||||||
notes_ki_enabled, gassi_stunde_push,
|
notes_ki_enabled, gassi_stunde_push,
|
||||||
preferred_theme, subscription_tier,
|
preferred_theme, subscription_tier,
|
||||||
subscription_expires_at, subscription_cancelled_at, needs_dog_selection,
|
subscription_expires_at, subscription_cancelled_at, needs_dog_selection,
|
||||||
billing_address
|
billing_address, geburtstag
|
||||||
FROM users WHERE id=?""",
|
FROM users WHERE id=?""",
|
||||||
(user["id"],)
|
(user["id"],)
|
||||||
).fetchone()
|
).fetchone()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue