From 652e4431066901d2a6f6bb9bce7fa78575f874af Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 6 Nov 2014 07:37:59 -0500 Subject: [PATCH] chore(config) rm " " --- lib/server/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server/config.js b/lib/server/config.js index 3887cb68..c6bfb61f 100644 --- a/lib/server/config.js +++ b/lib/server/config.js @@ -41,7 +41,7 @@ else config[key] = value; else - result = middle; + result = middle; return result; }