Skip to content

Commit

Permalink
Merge c8c7b26 into 545052a
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Aug 5, 2020
2 parents 545052a + c8c7b26 commit 62a128b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/web3-providers-ws/src/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ if (isNode) {
}
} else {
_btoa = btoa.bind(window);
helpers = function(url) {
return new URL(url);
};
helpers = require('url').parse;;
}

module.exports = {
Expand Down

0 comments on commit 62a128b

Please sign in to comment.