*Keep data inside query

This commit is contained in:
Derrick Hammer 2023-03-24 13:39:35 -04:00
parent f5c7daabbb
commit 80eb7151a9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 2 deletions

View File

@ -40,12 +40,10 @@ export class RpcNetwork extends Client {
public simpleQuery({ public simpleQuery({
relay, relay,
query, query,
data = {},
options = {}, options = {},
}: { }: {
relay?: Buffer | string; relay?: Buffer | string;
query: ClientRPCRequest; query: ClientRPCRequest;
data: object | any[];
options?: RpcQueryOptions; options?: RpcQueryOptions;
}): SimpleRpcQuery { }): SimpleRpcQuery {
return new SimpleRpcQuery({ return new SimpleRpcQuery({