Skip to content

Commit

Permalink
refactor: fix MqttController
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed May 22, 2023
1 parent 8b03154 commit f3edd4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/lib/mqtt/MqttController.js
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ class MqttController {
this.robotHandle.refresh().catch(err => {
Logger.error("Error during MQTT handle refresh", err);
});
}).catch(e => {
Logger.error("Error on MQTT reconfigure state change", e);
});
}).catch(e => {
Logger.error("Error on MQTT reconfigure", e);
Expand Down

0 comments on commit f3edd4d

Please sign in to comment.