From 58b4fe7904430fdbda061976c2a4e8a5b238ac22 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 17:46:27 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts b/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts index 11c1ab1c..59301109 100644 --- a/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts +++ b/src/charging-station/ocpp/2.0/OCPP20ServiceUtils.ts @@ -109,7 +109,7 @@ export class OCPP20ServiceUtils extends OCPPServiceUtils { ) } - public static async requestStopTransaction( + public static async requestStopTransaction ( chargingStation: ChargingStation, connectorId: number ): Promise { -- 2.43.0