Skip to content

Commit

Permalink
Merge pull request #34 from profcomff/useridanon
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
Zimovchik authored Nov 9, 2024
2 parents 94f0a5b + 98c9ced commit 3d32b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rating_api/schemas/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class CommentGet(Base):
uuid: UUID
user_id: int
user_id: int | None
create_ts: datetime.datetime
update_ts: datetime.datetime
subject: str
Expand Down

0 comments on commit 3d32b8a

Please sign in to comment.