From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 01:33:25 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Tag: v4.5~69 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=abf0089c300e5ec6ae9ca0bbd060bfa3c7d2dc0e;p=e-mobility-charging-stations-simulator.git [autofix.ci] apply automated fixes --- diff --git a/ui/common/src/types/ChargingStationType.ts b/ui/common/src/types/ChargingStationType.ts index d1789200..59b534f0 100644 --- a/ui/common/src/types/ChargingStationType.ts +++ b/ui/common/src/types/ChargingStationType.ts @@ -159,9 +159,7 @@ export interface ChargingStationData extends JsonObject { started: boolean stationInfo: ChargingStationInfo supervisionUrl: string - wsState?: - | typeof WebSocket.CLOSED - + wsState?: typeof WebSocket.CLOSED } export interface ChargingStationInfo extends JsonObject { diff --git a/ui/web/src/views/ChargingStationsView.vue b/ui/web/src/views/ChargingStationsView.vue index df37db8d..e3277e42 100644 --- a/ui/web/src/views/ChargingStationsView.vue +++ b/ui/web/src/views/ChargingStationsView.vue @@ -104,7 +104,13 @@