mirror of https://github.com/waku-org/js-waku.git
fixup! chore: update filter.proto
This commit is contained in:
parent
f6130d65c9
commit
d6184fb41a
|
@ -83,10 +83,6 @@ class Filter extends BaseProtocol implements IFilter {
|
|||
);
|
||||
|
||||
const requestId = request.requestId;
|
||||
if (!requestId)
|
||||
throw new Error(
|
||||
"Internal error: createRequest expected to set `requestId`"
|
||||
);
|
||||
|
||||
const peer = await this.getPeer(opts?.peerId);
|
||||
const stream = await this.newStream(peer);
|
||||
|
|
Loading…
Reference in New Issue