mirror of
https://github.com/status-im/js-waku.git
synced 2025-02-23 18:38:11 +00:00
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;
|
const requestId = request.requestId;
|
||||||
if (!requestId)
|
|
||||||
throw new Error(
|
|
||||||
"Internal error: createRequest expected to set `requestId`"
|
|
||||||
);
|
|
||||||
|
|
||||||
const peer = await this.getPeer(opts?.peerId);
|
const peer = await this.getPeer(opts?.peerId);
|
||||||
const stream = await this.newStream(peer);
|
const stream = await this.newStream(peer);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user