Skip to content

Commit b0aa42f

Browse files
rm unneeded comment
1 parent d28647a commit b0aa42f

File tree

1 file changed

+0
-1
lines changed
  • packages/core/src/lib/light_push

1 file changed

+0
-1
lines changed

packages/core/src/lib/light_push/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ class LightPush extends BaseProtocol implements ILightPush {
102102
numPeers: this.NUM_PEERS_PROTOCOL
103103
});
104104

105-
// This map returns only fulfilled promises
106105
const promises = peers.map(async (peer) => {
107106
let error: SendError | undefined;
108107
const stream = await this.getStream(peer);

0 commit comments

Comments
 (0)