From abf0089c300e5ec6ae9ca0bbd060bfa3c7d2dc0e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 01:33:25 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- ui/common/src/types/ChargingStationType.ts | 4 +--- ui/web/src/views/ChargingStationsView.vue | 8 +++++++- 2 files changed, 8 insertions(+), 4 deletions(-) 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 @@