Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko committed Oct 15, 2024
1 parent 68494fc commit 3b8c315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/reliability_monitor/receiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export class ReceiverReliabilityMonitor {
return alreadyReceived;
}

// @ts-expect-error Turned off until properly investigated and dogfooded: https://github.com/waku-org/js-waku/issues/2075
// @ts-expect-error Turned off until properly investigated: https://github.com/waku-org/js-waku/issues/2075
private async checkAndRenewPeers(): Promise<void> {
for (const hash of this.receivedMessagesHashes.all) {
for (const [peerIdStr, hashes] of Object.entries(
Expand Down

0 comments on commit 3b8c315

Please sign in to comment.