Skip to content

Commit

Permalink
Update nested_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SonQBChau committed Dec 6, 2023
1 parent 0b351f5 commit 24fb2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chord_metadata_service/mohpackets/schemas/nested_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class DonorWithClinicalDataSchema(ModelSchema):
)
followups: List[NestedFollowUpSchema] = Field(None, alias="followup_set")
biomarkers: List[NestedBiomarkerSchema] = Field(None, alias="biomarker_set")
exposures: List[NestedExposureSchema] = Field(None, alias="exposure_set")
exposures_test: List[NestedExposureSchema] = Field(None, alias="exposure_set")
comorbidities: List[NestedComorbiditySchema] = Field(None, alias="comorbidity_set")

class Config:
Expand Down

0 comments on commit 24fb2f3

Please sign in to comment.