X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FBootstrap.ts;h=ce1290dbc27462ad1d7cfc746954bb1191184f63;hb=551e477c2cc2461de8dcc2b263a35c0c50240bbf;hp=8a161e54a66e210c9fd856b3cf06295e12db9b5a;hpb=e92fdb8c90c72628a7644f9f60c8b0a1bbb95f0b;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/Bootstrap.ts b/src/charging-station/Bootstrap.ts index 8a161e54..ce1290db 100644 --- a/src/charging-station/Bootstrap.ts +++ b/src/charging-station/Bootstrap.ts @@ -39,7 +39,7 @@ enum exitCodes { export class Bootstrap { private static instance: Bootstrap | null = null; private workerImplementation: WorkerAbstract | null; - private readonly uiServer!: AbstractUIServer; + private readonly uiServer!: AbstractUIServer | null; private readonly storage!: Storage; private numberOfChargingStationTemplates!: number | undefined; private numberOfChargingStations!: number;