*Override streamHandler since a function cannot be passed between modules

This commit is contained in:
Derrick Hammer 2022-08-31 19:04:44 -04:00
parent d3ee633a5c
commit 498cbfbce5
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ export class StreamingRpcQuery extends SimpleRpcQuery {
this._queryType,
{
query: this._query,
options: this._options,
options: { ...this._options, streamHandler: true },
network: this._network.networkId,
},
this._options.streamHandler