X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fwebsocket-server-pool%2Fws-hybrid%2Frequests.js;h=2c73376f6ee4089920e10a12c52560062ef3c2c1;hb=d6e9f3dcf9b7f0fe5351c6c9c1a9d846459c1b24;hp=9beb2b7828b077eb5fc00c5ce810b3dd7b148d82;hpb=66f0c14c082ad6013dd1ca8e2a45a61c8295bc23;p=poolifier.git diff --git a/examples/typescript/websocket-server-pool/ws-hybrid/requests.js b/examples/typescript/websocket-server-pool/ws-hybrid/requests.js index 9beb2b78..2c73376f 100644 --- a/examples/typescript/websocket-server-pool/ws-hybrid/requests.js +++ b/examples/typescript/websocket-server-pool/ws-hybrid/requests.js @@ -1,4 +1,3 @@ -// eslint-disable-next-line import/no-unresolved, n/no-missing-import import { WebSocket } from 'ws' const ws = new WebSocket('ws://localhost:8080')