*Keep data inside query
This commit is contained in:
parent
f5c7daabbb
commit
80eb7151a9
|
@ -40,12 +40,10 @@ export class RpcNetwork extends Client {
|
|||
public simpleQuery({
|
||||
relay,
|
||||
query,
|
||||
data = {},
|
||||
options = {},
|
||||
}: {
|
||||
relay?: Buffer | string;
|
||||
query: ClientRPCRequest;
|
||||
data: object | any[];
|
||||
options?: RpcQueryOptions;
|
||||
}): SimpleRpcQuery {
|
||||
return new SimpleRpcQuery({
|
||||
|
|
Loading…
Reference in New Issue