fix(style): address linting errors
This commit is contained in:
@@ -65,12 +65,12 @@ api.bundles = {
|
||||
'owl',
|
||||
],
|
||||
canBuy () {
|
||||
return moment().isBetween('2017-05-16','2017-06-02');
|
||||
return moment().isBetween('2017-05-16', '2017-06-02');
|
||||
},
|
||||
type: 'quests',
|
||||
value: 7,
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
/*
|
||||
---------------------------------------------------------------
|
||||
|
||||
@@ -2721,4 +2721,4 @@ module.exports = {
|
||||
quests,
|
||||
questsByLevel,
|
||||
userCanOwnQuestCategories,
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user