Flag some attributes readonly
[e-mobility-charging-stations-simulator.git] / src / charging-station / Bootstrap.ts
index 511a4d7a452afa6cd651bc3deae8f8426af830b9..809c623ab51062db24812fefac5f780be76e63ab 100644 (file)
@@ -18,9 +18,9 @@ export default class Bootstrap {
   private static workerImplementation: WorkerAbstract | null = null;
   private static storage: Storage;
   private static numberOfChargingStations: number;
-  private version: string = version;
+  private readonly version: string = version;
   private started: boolean;
-  private workerScript: string;
+  private readonly workerScript: string;
 
   private constructor() {
     this.started = false;