move comment to just above the code it refers to

Also adds "promotion" to the comment to help when we're grepping
for info about promos.
This commit is contained in:
Alys 2020-10-12 12:54:34 +10:00
parent 2b21c2a28e
commit 7d7d71e95f

View file

@ -1,10 +1,5 @@
/* eslint-disable key-spacing */
// IMPORTANT: The end date should be one to two days AFTER the actual end of
// the event, to allow people in different timezones to still buy the
// event gear up until at least the actual end of the event.
// Unless we want a precise ending, for example during a gems sale.
// gem block: number of gems
const gemsPromo = {
'4gems': 5,
@ -13,6 +8,10 @@ const gemsPromo = {
'84gems': 125,
};
// IMPORTANT: The end date should be one to two days AFTER the actual end of
// the event, to allow people in different timezones to still buy the
// event gear up until at least the actual end of the event.
// Unless we want a precise ending, for example during a Gems sale / promotion.
export const EVENTS = {
fall2020SecondPromo: {
start: '2020-10-29T08:00-04:00',