Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 04bfdce

Browse files
Update packages/web3-providers-ws/src/helpers.js
Co-authored-by: Wyatt Barnes <[email protected]>
1 parent 1669c83 commit 04bfdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3-providers-ws/src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if (isNode) {
1919
}
2020
} else {
2121
_btoa = btoa.bind(window);
22-
helpers = require('url').parse;;
22+
helpers = require('url').parse;
2323
}
2424

2525
module.exports = {

0 commit comments

Comments
 (0)