Skip to content

Commit

Permalink
Fixed bug around checkers name
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Oct 30, 2020
1 parent 7cbbe11 commit 7674805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/health-check.js
Expand Up @@ -28,7 +28,7 @@ class HealthCheck {
} else {
try {
this.checkers[checkersKeys[i]] = {
mod: require(checker.name),
mod: require(checkersKeys[i]),
settings: checker,
name: checkersKeys[i]
};
Expand Down

0 comments on commit 7674805

Please sign in to comment.