From 949595fdf3637266126763303f6c37731ebbb6b8 Mon Sep 17 00:00:00 2001 From: Baris Usakli Date: Wed, 26 Jul 2017 13:40:17 -0400 Subject: [PATCH] fix eslint --- src/user/approval.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/approval.js b/src/user/approval.js index 766cca124b..64f892cb3d 100644 --- a/src/user/approval.js +++ b/src/user/approval.js @@ -208,7 +208,7 @@ module.exports = function (User) { function (data, next) { user.ipMatch = data; next(); - } + }, ], callback); }