Skip to content

Commit

Permalink
fix(backend)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Dec 3, 2024
1 parent c68170a commit 823c53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/app/schemas/overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

class OverlaySchema(BaseModel):
uuid: uuid_pkg.UUID
nickname: str
tag: str
riot_id: str
hdev_api_key: str

model_config = {
"from_attributes": True
Expand Down

0 comments on commit 823c53d

Please sign in to comment.