Merge dependabot/npm_and_yarn/poolifier-3.0.1 into combined-prs-branch
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPResponseService.ts
index 7934500ed3ebd7612cfb05ad58b0c68699396dc1..9daa991c952c30ff184748099dfbe158544ed8c1 100644 (file)
@@ -76,7 +76,7 @@ export abstract class OCPPResponseService {
       OCPPServiceUtils.ajvErrorsToErrorType(validate.errors!),
       'Response PDU is invalid',
       commandName,
-      JSON.stringify(validate.errors, null, 2),
+      JSON.stringify(validate.errors, undefined, 2),
     );
   }