1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-24 23:59:45 +02:00

fix: Recipe comments display a username/id rather than … (#4726)

Co-authored-by: Kuchenpirat <jojow@gmx.net>
Co-authored-by: Kuchenpirat <24235032+Kuchenpirat@users.noreply.github.com>
This commit is contained in:
Shlok Sheth 2025-01-14 09:00:23 -07:00 committed by GitHub
parent 376c14be9a
commit 4b992afc67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 1 deletions

View file

@ -11,6 +11,7 @@ class TestUser:
email: str
user_id: UUID
username: str
full_name: str
password: str
_group_id: UUID
_household_id: UUID