Add postman collection for UI HTPP server
[e-mobility-charging-stations-simulator.git] / src / charging-station / MessageChannelUtils.ts
index 4cf037ba28e890dbb82eeae840dcc42bf221dbb5..2371dd3df8a1146f6d0961ca26629dcba35aade8 100644 (file)
@@ -56,6 +56,7 @@ export class MessageChannelUtils {
       stopped: chargingStation.stopped,
       bootNotificationResponse: chargingStation.bootNotificationResponse,
       connectors: Array.from(chargingStation.connectors.values()).map(
+        // eslint-disable-next-line @typescript-eslint/no-unused-vars
         ({ transactionSetInterval, ...connectorStatusRest }) => connectorStatusRest
       ),
     };