mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
Correct export of quest module
This commit is contained in:
parent
3bb48063c9
commit
8145d5a77c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ let canOwnCategories = [
|
|||
];
|
||||
|
||||
export default {
|
||||
allQuests: allQuests,
|
||||
all: allQuests,
|
||||
byLevel: questsByLevel,
|
||||
canOwnCategories: canOwnCategories,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue