mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
fix(events): Spring Fling lingering
This commit is contained in:
@@ -3621,6 +3621,9 @@ each(quests, (v, key) => {
|
||||
defaults(v, {
|
||||
key,
|
||||
canBuy () {
|
||||
if (v.event) {
|
||||
return moment().isBetween(v.event.start, v.event.end);
|
||||
}
|
||||
return true;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user