[misc] fix prettier-eslint errors

This commit is contained in:
Jakob Ackermann
2020-02-11 12:29:20 +01:00
parent f901064a59
commit 00e15a383f
3 changed files with 40 additions and 31 deletions
@@ -124,7 +124,6 @@ module.exports = Notifications = {
return db.notifications.remove(searchOps, { justOne: true }, callback)
}
}
;['getUserNotifications', 'addNotification'].map(method =>
metrics.timeAsyncMethod(Notifications, method, 'mongo.Notifications', logger)
)