Skip to content

Commit

Permalink
Fix #91 : Make fax Optional in club profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza-nabil committed Feb 1, 2025
1 parent ada1d4b commit f641888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/schemas/clubs/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ClubProfile(TransfermarktBaseModel):
address_line_2: str
address_line_3: str
tel: str
fax: str
fax: Optional[str] = None
website: str
founded_on: date
members: Optional[int] = None
Expand Down

0 comments on commit f641888

Please # to comment.