From 22ba26bb426d89bb117cd1a4ef9d80e47237a185 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:47:03 +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 a7958e39..f016f8c2 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -8035,9 +8035,9 @@ speechSynthesis.getVoices(); return timeToText(Date.now() - ctx.ref.$online_for); } else if (ctx.ref.$offline_for) { return timeToText(Date.now() - ctx.ref.$offline_for); - } else { - return '-'; } + + return '-'; }; $app = new Vue($app);