*Fix arguments for streamingQuery

This commit is contained in:
Derrick Hammer 2022-08-31 19:38:54 -04:00
parent af08c1f01c
commit b094cb9274
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 1 deletions

View File

@ -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) {