From 9c695150e7077dd4a6e0d79b86e946cb21ee1732 Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 1 Jan 2017 11:14:40 +0900 Subject: [PATCH] Fix bug --- src/web/app/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/app/boot.js b/src/web/app/boot.js index e626c35f5..5d3a6f0ec 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -108,7 +108,7 @@ function fetchme(token, silent, cb) { // Return when not signed in if (token == null) { - done(); + return done(); } // Fetch user