]> Piment Noir Git Repositories - poolifier.git/commitdiff
[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Tue, 1 Jul 2025 19:55:44 +0000 (19:55 +0000)
committerGitHub <noreply@github.com>
Tue, 1 Jul 2025 19:55:44 +0000 (19:55 +0000)
examples/typescript/websocket-server-pool/ws-cluster/src/worker.ts

index eca9cd9fb172f7d9edcb46630e779630f434f0b9..b6305015fad8099d582cd0c20a93e6202fe74655 100644 (file)
@@ -48,7 +48,7 @@ class WebSocketServerWorker extends ClusterWorker<WorkerData, WorkerResponse> {
       ws.on('error', console.error)
       ws.on('message', (message: RawData) => {
         const { data, type } = JSON.parse(
-          // eslint-disable-next-line @typescript-eslint/no-base-to-string
+
           message.toString()
         ) as MessagePayload<DataPayload>
         switch (type) {