We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7b7fb7 + 7fad52f commit 59288c0Copy full SHA for 59288c0
1 file changed
internal/events/types/charity/charity_event.go
@@ -137,7 +137,7 @@ func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEven
137
body := models.EventsubResponse{
138
Subscription: models.EventsubSubscription{
139
ID: params.ID,
140
- Type: "channel.charity_campaign.donate",
+ Type: triggerMapping[params.Transport][params.Trigger],
141
Version: e.SubscriptionVersion(),
142
Status: params.SubscriptionStatus,
143
Cost: 0,
0 commit comments