Skip to content

Commit

Permalink
Merge pull request #203 from jackmcguire1/patch-1
Browse files Browse the repository at this point in the history
fix: EventSubProduct Bits json tag key
  • Loading branch information
nicklaw5 authored Oct 20, 2023
2 parents c827ab4 + fa6a147 commit 950d0eb
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 @@ -513,7 +513,7 @@ type EventSubOutcome struct {

type EventSubProduct struct {
Name string `json:"name"`
Bits int `json:"bots"`
Bits int `json:"bits"`
Sku string `json:"sku"`
InDevelopment bool `json:"in_development"`
}
Expand Down

0 comments on commit 950d0eb

Please sign in to comment.