build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / src / utils / MessageChannelUtils.ts
index 39c8b81915c0a29ad30624e78708471c3c924d74..edaaa49ee7280cef16f63e91911f61ddba73e293 100644 (file)
@@ -54,7 +54,7 @@ const buildChargingStationDataPayload = (chargingStation: ChargingStation): Char
     stationInfo: chargingStation.stationInfo,
     connectors: buildConnectorsStatus(chargingStation),
     evses: buildEvsesStatus(chargingStation, OutputFormat.worker),
-    ocppConfiguration: chargingStation.ocppConfiguration,
+    ocppConfiguration: chargingStation.ocppConfiguration!,
     wsState: chargingStation?.wsConnection?.readyState,
     bootNotificationResponse: chargingStation.bootNotificationResponse,
     ...(chargingStation.automaticTransactionGenerator && {