Skip to content

Commit

Permalink
Add @ts-ignore;
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngjoon Lee committed Jun 16, 2021
1 parent 1210392 commit 4815288
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/proto/panacea/burn/v2/query.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const protobufPackage = "panacea.burn.v2";
export interface Query {}

export class QueryClientImpl implements Query {
// @ts-ignore
private readonly rpc: Rpc;
constructor(rpc: Rpc) {
this.rpc = rpc;
Expand Down

0 comments on commit 4815288

Please sign in to comment.