From: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:56:26 +0000 (+0000) Subject: [autofix.ci] apply automated fixes (attempt 2/3) X-Git-Tag: v5.0.2~2^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=28475032ea35e8fce858bd9f1a77099ea9e2905d;p=poolifier.git [autofix.ci] apply automated fixes (attempt 2/3) --- diff --git a/examples/typescript/websocket-server-pool/ws-cluster/src/worker.ts b/examples/typescript/websocket-server-pool/ws-cluster/src/worker.ts index b6305015f..4cc808875 100644 --- a/examples/typescript/websocket-server-pool/ws-cluster/src/worker.ts +++ b/examples/typescript/websocket-server-pool/ws-cluster/src/worker.ts @@ -48,7 +48,6 @@ class WebSocketServerWorker extends ClusterWorker { ws.on('error', console.error) ws.on('message', (message: RawData) => { const { data, type } = JSON.parse( - message.toString() ) as MessagePayload switch (type) {