Skip to content

Commit d883311

Browse files
committed
Adding ID to channel points event per #37
1 parent 00c2451 commit d883311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/events/trigger/trigger_event.go

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func Fire(p TriggerParameters) (string, error) {
6060
IsAnonymous: p.IsAnonymous,
6161
Cost: p.Cost,
6262
Status: p.Status,
63+
ItemID: p.ItemID,
6364
}
6465

6566
e, err := types.GetByTriggerAndTransport(p.Event, p.Transport)

0 commit comments

Comments
 (0)