Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
abilevych committed Jan 11, 2024
1 parent ecce757 commit 91c7f40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/addresses.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe("Address", () => {
let contract: string;
let token: string;
let txHash: string;
let response: any;
let response;

describe("/address/{address}", () => {
beforeAll(async () => {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/tests/api/batches.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("/batches", () => {

const helper = new Helper();
let apiRoute: string;
let response: any;
let response;

//@id1513
it("Verify the response via /batches", async () => {
Expand Down

0 comments on commit 91c7f40

Please sign in to comment.