Skip to content

Commit

Permalink
adding the remaining costs
Browse files Browse the repository at this point in the history
  • Loading branch information
lleadbet committed Apr 13, 2021
1 parent 6f44814 commit f946bce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal/events/types/hype_train/hype_train_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEven
Method: "webhook",
Callback: "null",
},
Cost: 0,
CreatedAt: util.GetTimestamp().Format(time.RFC3339Nano),
},
Event: models.HypeTrainEventSubEvent{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEven
Method: "webhook",
Callback: "null",
},
Cost: 0,
CreatedAt: util.GetTimestamp().Format(time.RFC3339Nano),
},
Event: models.ModeratorChangeEventSubEvent{
Expand Down
1 change: 1 addition & 0 deletions internal/events/types/raid/raid.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ func (e Event) GenerateEvent(params events.MockEventParameters) (events.MockEven
Method: "webhook",
Callback: "null",
},
Cost: 0,
CreatedAt: util.GetTimestamp().Format(time.RFC3339Nano),
},
Event: models.RaidEvent{
Expand Down

0 comments on commit f946bce

Please sign in to comment.