X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Focpp%2FOCPPRequestService.ts;h=4e456963798a6f121b1bd89594dd956f59c49bce;hb=d372f6da34cd27ce947ea2457dc37646a7edb472;hp=4e094a21bcf58db12067cff530563ac6ec05d12f;hpb=e1d9a0f4d6ff1a90048e9a694fd12b7031cc6961;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ocpp/OCPPRequestService.ts b/src/charging-station/ocpp/OCPPRequestService.ts index 4e094a21..4e456963 100644 --- a/src/charging-station/ocpp/OCPPRequestService.ts +++ b/src/charging-station/ocpp/OCPPRequestService.ts @@ -295,7 +295,7 @@ export abstract class OCPPRequestService { const self = this; // Send a message through wsConnection return promiseWithTimeout( - new Promise((resolve, reject) => { + new Promise((resolve, reject) => { /** * Function that will receive the request's response *