Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zipperman1 committed Nov 9, 2024
1 parent 0f84b63 commit 98c9ced
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 @@ -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
Expand Down

0 comments on commit 98c9ced

Please sign in to comment.