*ensure passed streamHandler overrides options

This commit is contained in:
Derrick Hammer 2022-08-31 19:35:04 -04:00
parent 403297c255
commit 26fd962090
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export default class RpcNetwork {
this,
relay,
{ method, module, data },
{ streamHandler, ...options }
{ ...options, streamHandler }
).run();
}