Refine code formatting rules
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
index 13cb170789f502fce73c4e6847b9e45f12fad6da..dbf478ece1252a803c618929d05460f87313129d 100644 (file)
@@ -322,7 +322,7 @@ export default abstract class OCPPRequestService {
               .then(() => {
                 resolve(payload);
               })
-              .catch((error) => {
+              .catch(error => {
                 reject(error);
               })
               .finally(() => {