We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226bd3c commit 84fa7f5Copy full SHA for 84fa7f5
lib/Server.js
@@ -128,7 +128,7 @@ class Server {
128
let pathString = '';
129
130
// Only add the path if it is not default
131
- if (options.client && options.client.path && options.client.path) {
+ if (options.client && options.client.path) {
132
pathString = `&path=${options.client.path}`;
133
} else if (options.webSocketServer.options.path) {
134
pathString = `&path=${options.webSocketServer.options.path}`;
0 commit comments