fix(content): bundle ends March not May

This commit is contained in:
SabreCat
2022-03-15 16:08:53 -05:00
parent 6339e9066f
commit a24651e395
3 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ const bundles = {
'guineapig',
],
canBuy () {
return moment().isBetween('2022-03-15T08:00-04:00', '2022-05-31T20:00-04:00');
return moment().isBetween('2022-03-15T08:00-04:00', '2022-03-31T20:00-04:00');
},
type: 'quests',
value: 7,