refactor: add sanity checks at adding charging station(s)
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 80470d00f3e5069dcf498111f32cc8b28f009a02..40d451ed5e0218bbddc7c31b88aa2e8db1f5d692 100644 (file)
@@ -539,7 +539,7 @@ export class Bootstrap extends EventEmitter {
   ): Promise<void> {
     if (!this.started && !this.starting) {
       throw new BaseError(
-        'Cannot add charging station while charging stations simulator is not started'
+        'Cannot add charging station while charging stations simulator is not started'
       )
     }
     await this.workerImplementation?.addElement({