Skip to content

Commit

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

Expand Down

0 comments on commit db7a5a5

Please sign in to comment.