From 277e27043763dcbf4b1c1639f2ec41dce7c4a504 Mon Sep 17 00:00:00 2001 From: TA2k Date: Wed, 23 Oct 2024 11:00:05 +0200 Subject: [PATCH] return empty --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index b1fffbc..9700477 100644 --- a/main.js +++ b/main.js @@ -168,6 +168,7 @@ class Hoover extends utils.Adapter { this.log.error("Login step #2 failed"); this.log.error(error); error.response && this.log.error(JSON.stringify(error.response.data)); + return {}; }); if (this.config.type === "wizard") {