Update wire.js

This commit is contained in:
Bradley Matusiak 2023-11-23 20:54:46 -05:00 committed by GitHub
parent fd19a00d30
commit 8b65ee7d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 || {};