fix: Update telemetry schema to allow for optional error message (#2711)
This commit is contained in:
parent
6e006354c3
commit
3edc782545
1 changed files with 1 additions and 1 deletions
|
|
@ -34,4 +34,4 @@ class ComponentPayload(BaseModel):
|
|||
componentName: str
|
||||
componentSeconds: int
|
||||
componentSuccess: bool
|
||||
componentErrorMessage: str
|
||||
componentErrorMessage: str | None = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue