Rename healthcheck to PreflightChecker
Naming things is hard
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user