Add tunable for phase line to line voltage MeterValues
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 6c2892a1c709b527da320f62d94c0398d598bcf9..97c231cb08acd3020496f538a48638a9936e32b1 100644 (file)
@@ -9,7 +9,7 @@ import { version } from '../../package.json';
 
 export default class Bootstrap {
   private static instance: Bootstrap;
-  private version: string = version as string;
+  private version: string = version ;
   private started: boolean;
   private workerScript: string;
   private workerImplementationInstance: WorkerAbstract | null = null;