Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix(styles): fixed extra semicolon
  • Loading branch information
pavloniym authored Feb 7, 2022
commit f9ca68d29bd88f06bb466d206c7624b2101eb433
2 changes: 1 addition & 1 deletion lib/server/swarm.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class Swarm {
return this._onAnnounceStarted(params, peer, id) // treat as a start
}

this._onAnnounceUpdate(params, peer, id);
this._onAnnounceUpdate(params, peer, id)
}

_getPeers (numwant, ownPeerId, isWebRTC) {
Expand Down