Skip to content

Commit

Permalink
return empty
Browse files Browse the repository at this point in the history
  • Loading branch information
TA2k committed Oct 23, 2024
1 parent aca21ae commit 277e270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 277e270

Please sign in to comment.