Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
WSL0809 committed May 16, 2024
1 parent 7e2cc0d commit 3e2dc95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/get_all_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class ClientGet(ClientBase):
tel: str
age: int
scheduled_date: str
check_in_date: str
check_in_date: Union[str, None]
hospital_for_childbirth: str
contact_name: str
contact_tel: str
Expand Down

0 comments on commit 3e2dc95

Please sign in to comment.