Skip to content

Commit

Permalink
Merge pull request #33 from andrewthetechie/fix-optional-timeout
Browse files Browse the repository at this point in the history
make timeout optional
  • Loading branch information
andrewthetechie authored Jan 8, 2022
2 parents f13236d + 79ae404 commit 17c612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/healthchecks_io/schemas/checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Check(BaseModel):
update_url: Optional[str]
pause_url: Optional[str]
channels: Optional[str]
timeout: int
timeout: Optional[int]
uuid: Optional[str]

@validator("uuid", always=True)
Expand Down

0 comments on commit 17c612c

Please sign in to comment.