Skip to content

Commit

Permalink
Fix nullable thumbnail (#16706)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 authored Feb 20, 2025
1 parent c736b1d commit 391ac70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/api/defs/response/event_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class EventResponse(BaseModel):
end_time: Optional[float]
false_positive: Optional[bool]
zones: list[str]
thumbnail: str
thumbnail: Optional[str]
has_clip: bool
has_snapshot: bool
retain_indefinitely: bool
Expand Down

0 comments on commit 391ac70

Please sign in to comment.