Skip to content

Commit

Permalink
correct eventsub reward remove topic name
Browse files Browse the repository at this point in the history
fixes #225
  • Loading branch information
d-fischer committed Feb 13, 2021
1 parent abb9cf8 commit 1a32b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/twitch/src/API/Helix/EventSub/HelixEventSubApi.ts
Expand Up @@ -346,7 +346,7 @@ export class HelixEventSubApi extends BaseApi {
transport: HelixEventSubTransportOptions
): Promise<HelixEventSubSubscription> {
return this.createSubscription(
'channel.channel_points_custom_rewards.remove',
'channel.channel_points_custom_reward.remove',
'1',
{ broadcaster_user_id: extractUserId(broadcaster) },
transport
Expand Down

0 comments on commit 1a32b87

Please sign in to comment.