diff --git a/internal/events/types/prediction/prediction.go b/internal/events/types/prediction/prediction.go index 4b8b7e1d..c83df9cf 100644 --- a/internal/events/types/prediction/prediction.go +++ b/internal/events/types/prediction/prediction.go @@ -72,7 +72,7 @@ func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEven ChannelPointsUsed: int(util.RandomInt(10*1000)) + 100, } sum += t.ChannelPointsUsed - if params.Trigger == "prediction-lock" || params.Trigger == "prediction-end" { + if params.Trigger == "prediction-end" { if i == 0 { t.ChannelPointsWon = intPointer(t.ChannelPointsUsed * 2) } else {