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 Nov 30, 2023
1 parent 69ac7c1 commit 2912108
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 @@ -208,7 +208,7 @@ class DonorWithClinicalDataSchema(ModelSchema):
primary_diagnoses: List[NestedPrimaryDiagnosisSchema] = Field(
..., alias="primarydiagnosis_set"
)
followups_test_test: List[NestedFollowUpSchema] = Field(..., alias="followup_set")
followups: List[NestedFollowUpSchema] = Field(..., alias="followup_set")
biomarkers: List[NestedBiomarkerSchema] = Field(..., alias="biomarker_set")
exposures: List[NestedExposureSchema] = Field(..., alias="exposure_set")
comorbidities: List[NestedComorbiditySchema] = Field(..., alias="comorbidity_set")
Expand Down

0 comments on commit 2912108

Please sign in to comment.