mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(shops): open Seasonal Shop in API
This commit is contained in:
@@ -111,8 +111,8 @@ api.getSeasonalShopItems = {
|
|||||||
let resObject = {
|
let resObject = {
|
||||||
identifier: 'seasonalShop',
|
identifier: 'seasonalShop',
|
||||||
text: res.t('seasonalShop'),
|
text: res.t('seasonalShop'),
|
||||||
notes: res.t('seasonalShopClosedText'),
|
notes: res.t('seasonalShopFallText'),
|
||||||
imageName: 'seasonalshop_closed',
|
imageName: 'seasonalshop_open',
|
||||||
categories: shops.getSeasonalShopCategories(user, req.language),
|
categories: shops.getSeasonalShopCategories(user, req.language),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user