Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Aug 12, 2024
1 parent 7d800f1 commit 7ba5eae
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 @@ -545,7 +545,7 @@ class Statistics extends utils.Adapter {
this.log.info('cleaned everything up...');

callback();
} catch (e) {
} catch {
callback();
}
}
Expand Down

0 comments on commit 7ba5eae

Please sign in to comment.