Skip to content

Commit

Permalink
Update neon/polyfills.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksrandall authored Oct 3, 2024
1 parent 75b311a commit 99bf636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion neon/polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ function Socket() {
const rootURL = host + "/v2" + "?address=" + host + ":" + port;
const socketURL = "wss://" + rootURL;
tcp.ws = new WebSocket(socketURL);
// await tcp.ws.accept();
configureWebSocket(tcp.ws);
} catch (err) {
console.log("err", err);
Expand Down

0 comments on commit 99bf636

Please sign in to comment.