From a78a4aac47a1b894ad6c41ab56b9e3d08c38f8d9 Mon Sep 17 00:00:00 2001 From: Kevin Lee <kevin@infinite-lee.com> Date: Fri, 17 Nov 2017 16:00:04 -0800 Subject: [PATCH] fix typo --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 44949829c..96783d197 100644 --- a/src/index.js +++ b/src/index.js @@ -58,7 +58,7 @@ window.App = { username = data.typ.name; alert("Your username is: " + username); } else { - let username = qs.name; + username = qs.name; if (!username) { username = promptForName(username); // promptForName is blocking } -- GitLab