Skip to content

Commit

Permalink
fix the field type
Browse files Browse the repository at this point in the history
  • Loading branch information
gempir committed Oct 19, 2021
1 parent 90eb9e8 commit 50a92c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventsub.go
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ type EventSubTopPredictor struct {
UserID string `json:"user_id"`
UserLogin string `json:"user_login"`
UserName string `json:"user_name"`
ChannelPointWon string `json:"channel_points_won"`
ChannelPointWon int `json:"channel_points_won"`
ChannelPointsUsed int `json:"channel_points_used"`
}

Expand Down

0 comments on commit 50a92c0

Please sign in to comment.