Skip to content

Commit

Permalink
revert model cahnge
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Apr 3, 2024
1 parent f42d6ff commit 3d24fe3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions genotype_api/database/filter_models/sample_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@


class SampleFilterParams(BaseModel):
sample_id: str | None = None
plate_id: str | None = None
is_incomplete: bool | None = False
is_commented: bool | None = False
is_missing: bool | None = False
sample_id: str | None
plate_id: str | None
is_incomplete: bool | None
is_commented: bool | None
is_missing: bool | None
skip: int
limit: int

Expand Down

0 comments on commit 3d24fe3

Please sign in to comment.