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

index b6305015fad8099d582cd0c20a93e6202fe74655..4cc8088759c915313395e08a99a32e8da2391cc1 100644 (file)
@@ -48,7 +48,6 @@ class WebSocketServerWorker extends ClusterWorker<WorkerData, WorkerResponse> {
       ws.on('error', console.error)
       ws.on('message', (message: RawData) => {
         const { data, type } = JSON.parse(
-
           message.toString()
         ) as MessagePayload<DataPayload>
         switch (type) {