From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 12:36:26 +0000 (+0000) Subject: [autofix.ci] apply automated fixes X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a6e3bbc90d978e43f9da366b886e438a4ead6d89;p=e-mobility-charging-stations-simulator.git [autofix.ci] apply automated fixes --- 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'