Skip to content

Commit ca74fb5

Browse files
committed
linting
1 parent 36ee259 commit ca74fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ws-proxy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = (config) => {
2323
const onOpen = route.hooks.onOpen || onOpenNoOp
2424

2525
const client = new WebSocket(req, socket, body, subProtocols)
26-
26+
2727
try {
2828
await onOpen(client, url.searchParams)
2929

@@ -38,6 +38,6 @@ module.exports = (config) => {
3838
} else {
3939
socket.end()
4040
}
41-
}
41+
}
4242
})
4343
}

0 commit comments

Comments
 (0)