mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Fixed breaking api change (#9170)
This commit is contained in:
@@ -624,8 +624,12 @@ forOwn(backgrounds, function prefillBackgroundSet (backgroundsInSet, set) {
|
||||
});
|
||||
});
|
||||
|
||||
module.exports = {
|
||||
tree: backgrounds,
|
||||
flat,
|
||||
};
|
||||
export default backgrounds;
|
||||
|
||||
export function backgroundsTree () {
|
||||
return backgrounds;
|
||||
}
|
||||
|
||||
export function backgroundsFlat () {
|
||||
return flat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user