Skip to content

Commit

Permalink
Add TODO on removing topics array
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote committed Jul 30, 2024
1 parent 70ea00e commit 0dde69b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/peer-info.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = class PeerInfo extends EventEmitter {
// Set by the Swarm
this.queued = false
this.client = false
this.topics = []
this.topics = [] // TODO: remove on next major (check with mafintosh for context)

this.attempts = 0
this.priority = NORMAL_PRIORITY
Expand Down

0 comments on commit 0dde69b

Please sign in to comment.