Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
billiegoose committed Jun 26, 2024
1 parent 833974a commit 34104af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,7 @@ module.exports = class Hyperswarm extends EventEmitter {
const conn = this.dht.connect(peerInfo.publicKey, {
relayAddresses: peerInfo.relayAddresses,
keyPair: this.keyPair,
relayThrough,
timestamp: Date.now()
relayThrough
})
this._allConnections.add(conn)

Expand Down

0 comments on commit 34104af

Please sign in to comment.