Skip to content

Commit efaa285

Browse files
authored
Merge branch 'main' into eventsub-cost-doc-243
2 parents c454e0a + d030dc3 commit efaa285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/events/types/prediction/prediction.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEven
7272
ChannelPointsUsed: int(util.RandomInt(10*1000)) + 100,
7373
}
7474
sum += t.ChannelPointsUsed
75-
if params.Trigger == "prediction-lock" || params.Trigger == "prediction-end" {
75+
if params.Trigger == "prediction-end" {
7676
if i == 0 {
7777
t.ChannelPointsWon = intPointer(t.ChannelPointsUsed * 2)
7878
} else {

0 commit comments

Comments
 (0)