*Fix arguments for streamingQuery
This commit is contained in:
parent
af08c1f01c
commit
b094cb9274
|
@ -171,8 +171,9 @@ async function handleStreamingQuery(aq: ActiveQuery) {
|
|||
relay as Buffer | string,
|
||||
query.method,
|
||||
query.module,
|
||||
aq.sendUpdate,
|
||||
query.data,
|
||||
{ ...options, streamHandler: aq.sendUpdate }
|
||||
{ ...options }
|
||||
);
|
||||
resp = await rpcQuery.result;
|
||||
} catch (e: any) {
|
||||
|
|
Loading…
Reference in New Issue