Skip to content

Commit ee717f3

Browse files
authored
Merge pull request #35 from Emilgardis/fix/ty_update_redemption
fix typo in update-redemption event
2 parents 0e96cd1 + a485858 commit ee717f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/events/types/channel_points_redemption/redemption_event.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ var triggerSupported = []string{"add-redemption", "update-redemption"}
2222
var triggerMapping = map[string]map[string]string{
2323
models.TransportEventSub: {
2424
"add-redemption": "channel.channel_points_custom_reward_redemption.add",
25-
"update-redemption": "tchannel.channel_points_custom_reward_redemption.update",
25+
"update-redemption": "channel.channel_points_custom_reward_redemption.update",
2626
},
2727
}
2828

0 commit comments

Comments
 (0)