Skip to content

Commit 2b4044d

Browse files
committed
Removed redundant return
1 parent c4c7345 commit 2b4044d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/fast-tracker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,6 @@ class Swarm {
364364
this._peersOrdered[index] = last;
365365
this.isPeerCompleted[index] = lastIsCompleted;
366366
}
367-
368-
return true;
369367
}
370368

371369
public setCompleted(peer: PeerContext) {

0 commit comments

Comments
 (0)