From 5ce0fa9d996a139d3d7359db6c5e57ee238b93bd Mon Sep 17 00:00:00 2001 From: Olli Vanhoja Date: Tue, 15 Nov 2016 13:31:52 +0200 Subject: [PATCH] Fix linter errors (#131) --- lib/login.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/login.js b/lib/login.js index d448308..2de8df3 100644 --- a/lib/login.js +++ b/lib/login.js @@ -61,7 +61,7 @@ async function register(url, {retryEmail = false} = {}) { return register(url, {retryEmail: true}) } - const { token, securityCode } = await getVerificationData(url, email) + const {token, securityCode} = await getVerificationData(url, email) console.log(`> Please follow the link sent to ${chalk.bold(email)} to log in.`) if (securityCode) {