mirror of https://github.com/waku-org/js-waku.git
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);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
||||
// @ts-ignore: new Multiaddr is not backward compatible
|
||||
return this.libp2p.dialProtocol(peer, codecs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue