We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee48aa7 + d785d07 commit d030dc3Copy full SHA for d030dc3
internal/events/types/prediction/prediction.go
@@ -72,7 +72,7 @@ func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEven
72
ChannelPointsUsed: int(util.RandomInt(10*1000)) + 100,
73
}
74
sum += t.ChannelPointsUsed
75
- if params.Trigger == "prediction-lock" || params.Trigger == "prediction-end" {
+ if params.Trigger == "prediction-end" {
76
if i == 0 {
77
t.ChannelPointsWon = intPointer(t.ChannelPointsUsed * 2)
78
} else {
0 commit comments