*Update dist

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

2
dist/index.js vendored
View File

@ -156,7 +156,7 @@ export class StreamingRpcQuery extends SimpleRpcQuery {
run() {
this._promise = this._network.processQueue().then(() => connectModule(RPC_MODULE, this._queryType, {
query: this._query,
options: this._options,
options: { ...this._options, streamHandler: true },
network: this._network.networkId,
}, this._options.streamHandler));
return this;