Skip to content

Commit

Permalink
fix: typo in eventsub json
Browse files Browse the repository at this point in the history
  • Loading branch information
SputNikPlop authored May 5, 2024
1 parent bdd8724 commit e98fa8c
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 @@ -629,7 +629,7 @@ type EventSubChannelPredictionEndEvent struct {
Outcomes []EventSubOutcome `json:"outcomes"`
Status string `json:"status"`
StartedAt Time `json:"started_at"`
EndedAt Time `json:"eneded_at"`
EndedAt Time `json:"ended_at"`
}

// Data for an extension bits transaction creation
Expand Down

0 comments on commit e98fa8c

Please sign in to comment.