Skip to content

Commit 11a468d

Browse files
authored
Merge pull request #296 from twitchdev/fix/288
adds missing version parameter to verify-subscription
2 parents c35214b + 2a316f6 commit 11a468d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/events.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ https://dev.twitch.tv/docs/eventsub/handling-webhook-events#processing-an-event`
319319
Secret: secret,
320320
Timestamp: timestamp,
321321
EventID: eventID,
322+
Version: version,
322323
})
323324

324325
if err != nil {

0 commit comments

Comments
 (0)