From a6e3bbc90d978e43f9da366b886e438a4ead6d89 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:36:26 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/charging-station/ocpp/auth/utils/AuthHelpers.ts | 8 +++++++- tests/charging-station/ui-server/UIServerTestUtils.ts | 3 +-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/charging-station/ocpp/auth/utils/AuthHelpers.ts b/src/charging-station/ocpp/auth/utils/AuthHelpers.ts index 78ef4918..593295b2 100644 --- a/src/charging-station/ocpp/auth/utils/AuthHelpers.ts +++ b/src/charging-station/ocpp/auth/utils/AuthHelpers.ts @@ -1,4 +1,10 @@ -import type { AuthContext, AuthenticationMethod, AuthorizationResult, AuthRequest, UnifiedIdentifier } from '../types/AuthTypes.js' +import type { + AuthContext, + AuthenticationMethod, + AuthorizationResult, + AuthRequest, + UnifiedIdentifier, +} from '../types/AuthTypes.js' import { AuthorizationStatus } from '../types/AuthTypes.js' diff --git a/tests/charging-station/ui-server/UIServerTestUtils.ts b/tests/charging-station/ui-server/UIServerTestUtils.ts index c5aff7be..0919913d 100644 --- a/tests/charging-station/ui-server/UIServerTestUtils.ts +++ b/tests/charging-station/ui-server/UIServerTestUtils.ts @@ -13,9 +13,8 @@ import type { ProtocolResponse, ProtocolVersion, RequestPayload, - UIServerConfiguration, - UUIDv4 + UUIDv4, } from '../../../src/types/index.js' import { UIWebSocketServer } from '../../../src/charging-station/ui-server/UIWebSocketServer.js' -- 2.43.0