mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
fix(content): bundle ends March not May
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user