Skip to content

Commit

Permalink
Update packages/web3-providers-ws/src/helpers.js
Browse files Browse the repository at this point in the history
Co-authored-by: Wyatt Barnes <me@wyatt.email>
  • Loading branch information
daoauth and spacesailor24 committed Sep 1, 2020
1 parent 1669c83 commit 04bfdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web3-providers-ws/src/helpers.js
Expand Up @@ -19,7 +19,7 @@ if (isNode) {
}
} else {
_btoa = btoa.bind(window);
helpers = require('url').parse;;
helpers = require('url').parse;
}

module.exports = {
Expand Down

0 comments on commit 04bfdce

Please sign in to comment.