Skip to content

Commit

Permalink
bugfix get_all_clients.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WSL0809 committed May 26, 2024
1 parent 5018e78 commit a608637
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 @@ -32,7 +32,7 @@ class ClientGet(BaseModel):
hospital_for_childbirth: str
contact_name: str
contact_tel: str
babies: List[Baby]
babies: Union[List[Baby], None] = []
meal_plan_id: int
recovery_plan_id: Optional[int] = None
mode_of_delivery: str
Expand Down

0 comments on commit a608637

Please sign in to comment.