Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmakus committed Sep 2, 2024
1 parent 3b164fa commit 2c96e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ class Doorbird extends utils.Adapter {
this.sockets = [];
callback();
} catch (error) {
// eslint-disable-line no-unused-vars
this.log.error(`Error in onUnload: ${error}`);
callback();
}
}
Expand Down

0 comments on commit 2c96e7c

Please sign in to comment.