make timeout optional`

This commit is contained in:
Andrew Herrington
2022-01-07 20:36:52 -06:00
parent f13236d1a5
commit 79ae404e63

View File

@@ -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)