From 71a97170d79fdf1f5941f4cb6c742b05fb5cc7f1 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Thu, 18 Oct 2018 17:06:47 -0600 Subject: [PATCH] Linting --- src/components/structures/login/Login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/login/Login.js b/src/components/structures/login/Login.js index 2ab922c827..6a33e9369b 100644 --- a/src/components/structures/login/Login.js +++ b/src/components/structures/login/Login.js @@ -384,7 +384,7 @@ module.exports = React.createClass({ try { resolve(JSON.parse(body)); - }catch (e) { + } catch (e) { console.error(e); if (e.name === "SyntaxError") { reject({wkAction: "FAIL_PROMPT", wkError: "Invalid JSON"});