mirror of
https://github.com/fluencelabs/js-libp2p-websockets
synced 2025-07-03 05:51:46 +00:00
chore: update aegir (#87)
This commit is contained in:
@ -40,7 +40,7 @@ module.exports = (options, handler) => {
|
||||
return callback(new Error('Listener is not ready yet'))
|
||||
}
|
||||
|
||||
let ipfsId = listeningMultiaddr.getPeerId()
|
||||
const ipfsId = listeningMultiaddr.getPeerId()
|
||||
|
||||
// Because TCP will only return the IPv6 version
|
||||
// we need to capture from the passed multiaddr
|
||||
|
Reference in New Issue
Block a user