Skip to content

Commit

Permalink
feat: Fix typo in variable name in frontend.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TanookiVerde committed Aug 29, 2024
1 parent bd9ddcb commit d8636c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/types/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Encounter(BaseModel):
responsible: Optional[Responsible]
clinical_motivation: Optional[str]
clinical_outcome: Optional[str]
clinical_exames: List[ClinicalExam]
clinical_exams: List[ClinicalExam]
filter_tags: List[str]


Expand Down

0 comments on commit d8636c7

Please sign in to comment.