fix(style): address linting errors

This commit is contained in:
SabreCat
2017-05-16 21:30:09 +00:00
parent 410004f8c6
commit 4de5b4253b
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -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,
},
},
};
/*
---------------------------------------------------------------
+1 -1
View File
@@ -2721,4 +2721,4 @@ module.exports = {
quests,
questsByLevel,
userCanOwnQuestCategories,
}
};