Skip to content

Commit

Permalink
Fix yt likes model
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Nov 1, 2024
1 parent 1295c8f commit 6495730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/integrations/youtube/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ class Likes(pydantic.BaseModel):
raw_dislikes: int
raw_likes: int
dislikes: int
rating: int
rating: float
view_count: int
deleted: bool

0 comments on commit 6495730

Please sign in to comment.