X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2FWebSocket.ts;h=2f7269aaf2ea563271745b9826b9f877382d0d5a;hb=d64ea57bcb4fd9151a43b16ff4d4b5ed059ad1d7;hp=c0d0bd9d758c0f592ad01601446980ad85c7969d;hpb=a807045be19c1ed4996a44d8c2c8774e926dc6dc;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/WebSocket.ts b/src/types/WebSocket.ts index c0d0bd9d..2f7269aa 100644 --- a/src/types/WebSocket.ts +++ b/src/types/WebSocket.ts @@ -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 {