diff --git a/src/routes/developer.js b/src/routes/developer.js index 1b0c58ef9..9df5e279b 100644 --- a/src/routes/developer.js +++ b/src/routes/developer.js @@ -29,6 +29,6 @@ function login(req, res, next) { next(new HttpSuccess(200, { token: result.token, expiresAt: result.expiresAt })); }); - })(req, res, next); + })(req, res, next); }