mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
fix issue with seasonal quest scheduling
This commit is contained in:
committed by
Sabe Jones
parent
fe2c02679e
commit
3540a274b3
@@ -495,6 +495,7 @@ shops.getSeasonalShopCategories = function getSeasonalShopCategories (user, lang
|
||||
categories.push(category);
|
||||
}
|
||||
|
||||
console.log(questMatcher);
|
||||
const quests = pickBy(content.quests, (quest, key) => questMatcher.match(key));
|
||||
|
||||
if (keys(quests).length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user