From 34b659693eff402d7500d30f94ebc5ecea047691 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 8 Nov 2018 19:33:40 +0200 Subject: [PATCH] chore(index) add " " --- server/rest/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {