EventSub trigger sets `Twitch-Eventsub-Subscription-Type` to empty string
Closed this issue · 0 comments
Nerixyz commented
Running twitch event trigger channel.channel_points_custom_reward_redemption.add -F http://localhost:8080/eventsub -s {secret}
, will set the Twitch-Eventsub-Subscription-Type
header to ''
.
Running the command will execute with the following values:
args[0] = 'channel.channel_points_custom_reward_redemption.add'
Line 141 in f149736
p.Event = 'channel.channel_points_custom_reward_redemption.add', p.Transport = 'eventsub'
e = channel_points_redemption::Event
transport = 'eventsub', trigger = 'channel.channel_points_custom_reward_redemption.add'
twitch-cli/internal/events/types/_template/_event_name.go
Lines 63 to 65 in f149736
p.Event = ''