Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
WSL0809 committed Jun 20, 2024
1 parent 53863e7 commit bb95f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/get_all_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class ClientGet(BaseModel):
room: Union[str, None]
due_date: Union[str, None]
transaction_price: Union[float, None]
id_number: Union[str, None]


class GetAllClientsResp(BaseModel):
Expand Down

0 comments on commit bb95f4c

Please sign in to comment.