Skip to content

Commit

Permalink
Merge pull request #296 from twitchdev/fix/288
Browse files Browse the repository at this point in the history
adds missing version parameter to verify-subscription
  • Loading branch information
Xemdo authored Dec 3, 2023
2 parents c35214b + 2a316f6 commit 11a468d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ https://dev.twitch.tv/docs/eventsub/handling-webhook-events#processing-an-event`
Secret: secret,
Timestamp: timestamp,
EventID: eventID,
Version: version,
})

if err != nil {
Expand Down

0 comments on commit 11a468d

Please sign in to comment.