refactor: more coding style fixes
[e-mobility-charging-stations-simulator.git] / src / types / WebSocket.ts
index 2f7269aaf2ea563271745b9826b9f877382d0d5a..c0d0bd9d758c0f592ad01601446980ad85c7969d 100644 (file)
@@ -34,7 +34,7 @@ export enum WebSocketCloseEventStatusCode {
   CLOSE_SERVICE_RESTART = 1012,
   CLOSE_TRY_AGAIN_LATER = 1013,
   CLOSE_BAD_GATEWAY = 1014,
-  CLOSE_TLS_HANDSHAKE = 1015
+  CLOSE_TLS_HANDSHAKE = 1015,
 }
 
 export interface WSError extends Error {