Skip to content

Commit 8923a2b

Browse files
committed
Convert to use Websocket name
1 parent bb84755 commit 8923a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sockets/web.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const
77

88

99
module.exports = server => {
10-
return new websocket ({
10+
return new Websocket ({
1111
httpServer: server,
1212
protocolVersion: 8, // shouldn't this be 13
1313
origin: `http://localhost:${PORT}`,

0 commit comments

Comments
 (0)