*Fix check

This commit is contained in:
Derrick Hammer 2022-12-31 14:21:14 -05:00
parent 9b2e04ae3c
commit 0a335997bf
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ export default class DHTFlood extends EventEmitter {
for (const peer of peers) {
const conn = this.swarm._allConnections.get(peer);
if (conn) {
if (!conn) {
continue;
}