Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Apr 3, 2024
1 parent e8cd5d7 commit da9c5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genotype_api/dto/sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class AnalysisOnSample(BaseModel):
sample_id: str | None = None
plate_id: str | None = None
id: int | None = None
genotypes: GenotypeResponse
genotypes: list[GenotypeResponse]


class SampleResponse(BaseModel):
Expand Down

0 comments on commit da9c5f9

Please sign in to comment.