refactor: silence typing errors
[e-mobility-charging-stations-simulator.git] / src / charging-station / ChargingStation.ts
index ecd858c9a78e676b2aa0e9990d9359d593144899..c31c00f7b49343b8b3f92f0e15daeb34e0b8c5ce 100644 (file)
@@ -943,7 +943,7 @@ export class ChargingStation extends EventEmitter {
       )
     }
     return await this.ocppRequestService.requestHandler<
-    StopTransactionRequest,
+    Partial<StopTransactionRequest>,
     StopTransactionResponse
     >(this, RequestCommand.STOP_TRANSACTION, {
       transactionId,