Naming is hard :D
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class PreflightChecker {
|
||||
class Preflight {
|
||||
constructor(kredits) {
|
||||
this.kredits = kredits;
|
||||
}
|
||||
@@ -25,4 +25,4 @@ class PreflightChecker {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = PreflightChecker;
|
||||
module.exports = Preflight;
|
||||
Reference in New Issue
Block a user