Linter fixlet
authorJérôme Benoit <jerome.benoit@sap.com>
Wed, 19 May 2021 22:05:50 +0000 (00:05 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Wed, 19 May 2021 22:05:50 +0000 (00:05 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
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;