From 26d0d13173a40554996a3300b8782009c9565b86 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