fix(lint): line lengths and so on

This commit is contained in:
SabreCat
2022-11-30 15:27:53 -06:00
committed by Phillip Thelen
parent 82a1d6ff0e
commit e81a052f66
2 changed files with 3 additions and 4 deletions

View File

@@ -47,7 +47,8 @@ schema.plugin(baseModel, {
_id: false,
});
schema.methods.incrementPerkCounterAndReward = async function incrementPerkCounterAndReward (userID, adding) {
schema.methods.incrementPerkCounterAndReward = async function incrementPerkCounterAndReward
(userID, adding) {
this.perkMonthCount += adding;
const perks = Math.floor(this.perkMonthCount / 3);