build: rollup -> esbuild
[e-mobility-charging-stations-simulator.git] / src / charging-station / ui-server / ui-services / AbstractUIService.ts
index 6fd59b862676ae6ebef88725b9c3b2b008fba04f..20531c6f37ce4002d48ac5fe255628086ab5c0e2 100644 (file)
@@ -84,7 +84,7 @@ export abstract class AbstractUIService {
         throw new BaseError(
           `${command} is not implemented to handle message payload ${JSON.stringify(
             requestPayload,
-            null,
+            undefined,
             2,
           )}`,
         );