Rename healthcheck to PreflightChecker

Naming things is hard
This commit is contained in:
2018-06-07 15:22:39 +02:00
parent 8a7abba486
commit cd917ebc35
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
class Healthcheck {
class PreflightChecker {
constructor(kredits) {
this.kredits = kredits;
}
@@ -25,4 +25,4 @@ class Healthcheck {
}
}
module.exports = Healthcheck;
module.exports = PreflightChecker;