From 98c9ced5e5cc565f07678a596b157827ad27f198 Mon Sep 17 00:00:00 2001 From: Timofeev Nikita Date: Sat, 9 Nov 2024 18:36:08 +0000 Subject: [PATCH] hotfix --- rating_api/schemas/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rating_api/schemas/models.py b/rating_api/schemas/models.py index 8e7408b..865db57 100644 --- a/rating_api/schemas/models.py +++ b/rating_api/schemas/models.py @@ -6,7 +6,7 @@ class CommentGet(Base): uuid: UUID - user_id: int + user_id: int | None create_ts: datetime.datetime update_ts: datetime.datetime subject: str