diff --git a/server/rest/index.js b/server/rest/index.js index edfe303d..9a659d60 100644 --- a/server/rest/index.js +++ b/server/rest/index.js @@ -37,7 +37,7 @@ module.exports = (request, response, next) => { if (!is) return next(); - rest(request,response); + rest(request, response); }; function rest(request, response) {