Skip to content

Commit

Permalink
Update wire.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatusiak committed Nov 24, 2023
1 parent fd19a00 commit 8b65ee7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/wire.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ Gun.on('opt', function (root) {
this.to.next(root);
return;
}

var url = require('url');
opt.mesh = opt.mesh || Gun.Mesh(root);
opt.WebSocket = opt.WebSocket || require('ws');
var ws = opt.ws = opt.ws || {};
Expand Down

0 comments on commit 8b65ee7

Please sign in to comment.