From 35652c15e1862ff4685641c66f76c4450ebb2085 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:52:50 +0900 Subject: [PATCH] lint --- html/src/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 7b2ddc75..18f2a185 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -3730,7 +3730,7 @@ speechSynthesis.getVoices(); return API.getConfig().catch((err) => { this.loginForm.loading = false; throw err; - }).then((args) => { + }).then(() => { API.login({ username: loginParmas.username, password: loginParmas.password @@ -3761,7 +3761,7 @@ speechSynthesis.getVoices(); $app.relogin({ username: user.loginParmas.username, password: user.loginParmas.password - }).then((args) => { + }).then(() => { new Noty({ type: 'success', text: 'Automatically logged in.'