refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / Requests.ts
index c718f1e03ab5b61c6fc8b92cdf49dd1154f179fd..cc9a489e4caa6f1aa6ad7ba5051c274d1207e3d8 100644 (file)
@@ -64,7 +64,7 @@ export type CachedRequest = [
   ResponseCallback,
   ErrorCallback,
   RequestCommand | IncomingRequestCommand,
-  JsonType
+  JsonType,
 ]
 
 export const MessageTrigger = {