mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
Merge pull request #15483 from HabitRPG/kalista/category-content
Add Challenge categories to content API
This commit is contained in:
commit
2feadd6125
1 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ import {
|
|||
} from './constants';
|
||||
|
||||
import achievements from './achievements';
|
||||
|
||||
import categoryOptions from './categoryOptions';
|
||||
import eggs from './eggs';
|
||||
import hatchingPotions from './hatching-potions';
|
||||
import stable from './stable';
|
||||
|
|
@ -85,6 +85,8 @@ api.officialPinnedItems = officialPinnedItems;
|
|||
|
||||
api.bundles = bundles;
|
||||
|
||||
api.categoryOptions = categoryOptions;
|
||||
|
||||
/*
|
||||
---------------------------------------------------------------
|
||||
Unique Rewards: Potion and Armoire
|
||||
|
|
|
|||
Loading…
Reference in a new issue