refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPResponseService.ts
index 738aa5ae4ffea2c8ea2f7ce7013826241eabb1c1..428c63c458255633dbff8aa30aa3f29e164d08a1 100644 (file)
@@ -49,7 +49,7 @@ export abstract class OCPPResponseService {
     >()
     this.responseHandler = this.responseHandler.bind(this) as <
       ReqType extends JsonType,
-      ResType extends JsonType
+      ResType extends JsonType,
     >(
       chargingStation: ChargingStation,
       commandName: RequestCommand,