fix(content): add event field for countdown

This commit is contained in:
SabreCat
2022-06-14 14:34:25 -05:00
parent 36d82a1d39
commit 285fcbd71f

View File

@@ -128,6 +128,7 @@ const bundles = {
'kraken', 'kraken',
'octopus', 'octopus',
], ],
event: EVENTS.bundle202206,
canBuy () { canBuy () {
return moment().isBefore(EVENTS.bundle202206.end); return moment().isBefore(EVENTS.bundle202206.end);
}, },