From 7d7d71e95fe560df48d35105031b2950a7b8f691 Mon Sep 17 00:00:00 2001 From: Alys Date: Mon, 12 Oct 2020 12:54:34 +1000 Subject: [PATCH] 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. --- website/common/script/content/constants/events.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/website/common/script/content/constants/events.js b/website/common/script/content/constants/events.js index c1ca3684d3..3084860e2a 100644 --- a/website/common/script/content/constants/events.js +++ b/website/common/script/content/constants/events.js @@ -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',