Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all authored Feb 26, 2024
1 parent 9e9d5af commit 8189b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PlayerUpdate(BaseModel):
class PlayerInDB(PlayerCreate):
id: int
created_at: datetime
updated_at: datetime
updated_at: datetime | None


class Player(PlayerInDB):
Expand Down

0 comments on commit 8189b7b

Please sign in to comment.