Skip to content

Commit 2b375a7

Browse files
authored
chore: remove eslint ignore comment (#4002)
1 parent d9562f8 commit 2b375a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Server.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,8 +1187,7 @@ class Server {
11871187

11881188
// Proxy WebSocket without the initial http request
11891189
// https://github.com/chimurai/http-proxy-middleware#external-websocket-upgrade
1190-
// eslint-disable-next-line func-names
1191-
this.webSocketProxies.forEach(function (webSocketProxy) {
1190+
this.webSocketProxies.forEach((webSocketProxy) => {
11921191
this.server.on("upgrade", webSocketProxy.upgrade);
11931192
}, this);
11941193
}

0 commit comments

Comments
 (0)