Skip to content

Commit

Permalink
fixed the adress zip_code being an integer
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Mar 4, 2024
1 parent bd67f2c commit 569f48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/external/models/tumonline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Address(PydanticConfiguration):
floor: str
place: str
street: str
zip_code: str
zip_code: int


class Seats(PydanticConfiguration):
Expand Down

0 comments on commit 569f48d

Please sign in to comment.