Naming is hard :D

This commit is contained in:
2018-06-07 16:32:18 +02:00
parent cd917ebc35
commit 5215b60021
2 changed files with 4 additions and 4 deletions

View File

@@ -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;