mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix(shops): open Seasonal Shop in API
This commit is contained in:
parent
3d2d01f647
commit
e820b55080
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue