X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcharging-station%2Focpp%2FOCPPRequestService.ts;h=9220d0cd8ac36cac67034803581c8ff27f9e74a4;hb=85d206672d2dc688827177e4de87a069c4b2cdc1;hp=d17c21d3805945bc94bc93534d4c2eca2a698f33;hpb=0dad4bda6c02b3c62b8f9465a82d33f721dfbd13;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPRequestService.ts b/src/charging-station/ocpp/OCPPRequestService.ts index d17c21d3..9220d0cd 100644 --- a/src/charging-station/ocpp/OCPPRequestService.ts +++ b/src/charging-station/ocpp/OCPPRequestService.ts @@ -80,7 +80,6 @@ export default abstract class OCPPRequestService { } logger.debug(`${self.chargingStation.logPrefix()} Error: %j occurred when calling command %s with parameters: %j`, error, commandName, commandParams); // Build Exception - // eslint-disable-next-line no-empty-function self.chargingStation.requests.set(messageId, [() => { /* This is intentiomal */ }, () => { /* This is intentiomal */ }, {}]); // Send error reject(error);