Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
fix: ipv6 naming with multiaddr-to-uri
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jan 24, 2019
1 parent fe5e5c8 commit b7a9359
Show file tree
Hide file tree
Showing 2 changed files with 219 additions and 123 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class WebSockets {
options = {}
}

callback = callback || function () {}
callback = callback || function () { }

const url = toUri(ma)
log('dialing %s', url)
Expand Down
Loading

0 comments on commit b7a9359

Please sign in to comment.