Skip to content

Commit

Permalink
Fix indentation in main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DEV2DEV-DE committed Nov 27, 2023
1 parent 5b0b214 commit 58f7719
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 @@ -128,7 +128,7 @@ class Jablotron extends utils.Adapter {
try {
clearInterval(this.refreshInterval);
this.setStateAsync('info.connection', { val: true, ack: true });
callback();
callback();
} catch (e) {
callback();
}
Expand Down

0 comments on commit 58f7719

Please sign in to comment.