mirror of https://github.com/status-im/js-waku.git
Remove outdated comment
This commit is contained in:
parent
90e224577f
commit
f23310aaf5
|
@ -85,7 +85,6 @@ export default function App() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// TODO: Split this
|
|
||||||
const handleProtocolChange = async (
|
const handleProtocolChange = async (
|
||||||
waku: Waku,
|
waku: Waku,
|
||||||
{ peerId, protocols }: { peerId: PeerId; protocols: string[] }
|
{ peerId, protocols }: { peerId: PeerId; protocols: string[] }
|
||||||
|
|
Loading…
Reference in New Issue