Skip to content

Commit

Permalink
fix(event): add missing promo field
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabe Jones committed Sep 4, 2024
1 parent 8e64374 commit 98c5a68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/common/script/content/constants/events.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,13 @@ export const REPEATING_EVENTS = {
start: new Date('1970-09-23T04:00-04:00'),
end: new Date('1970-09-27T23:59-04:00'),
event: 'fall_extra_gems',
gemsPromo,
},
spookyGemSale: {
start: new Date('1970-10-28T04:00-04:00'),
end: new Date('1970-11-01T23:59-04:00'),
event: 'spooky_extra_gems',
gemsPromo,
},
harvestFeast: {
start: new Date('1970-11-22T08:00-05:00'),
Expand Down

0 comments on commit 98c5a68

Please sign in to comment.