mirror of
https://github.com/waku-org/js-waku.git
synced 2025-02-19 23:58:11 +00:00
chore: remove unnecessary ts-ignore
This commit is contained in:
parent
12fa89c930
commit
a0162febc7
@ -138,8 +138,6 @@ export class WakuNode implements Waku {
|
|||||||
codecs.push(FilterCodec);
|
codecs.push(FilterCodec);
|
||||||
}
|
}
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
||||||
// @ts-ignore: new Multiaddr is not backward compatible
|
|
||||||
return this.libp2p.dialProtocol(peer, codecs);
|
return this.libp2p.dialProtocol(peer, codecs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user