Skip to content

Commit

Permalink
yarn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Nov 18, 2020
1 parent e77edb6 commit 777229d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/json-rpc-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class JsonRpcProvider extends Provider {
* Query the RPC as [shown in the docs](https://docs.nearprotocol.com/docs/interaction/rpc#query)
*/
async query(...args: any[]): Promise<any> {
let result
let result;
if (args.length === 1) {
result = await this.sendJsonRpc('query', args[0]);
} else {
Expand Down

0 comments on commit 777229d

Please sign in to comment.