From 285fcbd71f99293b2f3961d577fb3181b3aed59c Mon Sep 17 00:00:00 2001 From: SabreCat Date: Tue, 14 Jun 2022 14:34:25 -0500 Subject: [PATCH] fix(content): add event field for countdown --- website/common/script/content/bundles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/common/script/content/bundles.js b/website/common/script/content/bundles.js index 784c2a3903..bda8e75941 100644 --- a/website/common/script/content/bundles.js +++ b/website/common/script/content/bundles.js @@ -128,6 +128,7 @@ const bundles = { 'kraken', 'octopus', ], + event: EVENTS.bundle202206, canBuy () { return moment().isBefore(EVENTS.bundle202206.end); },