From 91c7f4026cc79f8412c030a100241111f83ef176 Mon Sep 17 00:00:00 2001 From: abilevych Date: Thu, 11 Jan 2024 16:13:18 +0200 Subject: [PATCH] fix: lint issues --- packages/integration-tests/tests/api/addresses.test.ts | 2 +- packages/integration-tests/tests/api/batches.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/integration-tests/tests/api/addresses.test.ts b/packages/integration-tests/tests/api/addresses.test.ts index 429f86ba09..33d971f839 100644 --- a/packages/integration-tests/tests/api/addresses.test.ts +++ b/packages/integration-tests/tests/api/addresses.test.ts @@ -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 () => { diff --git a/packages/integration-tests/tests/api/batches.test.ts b/packages/integration-tests/tests/api/batches.test.ts index a74734e61c..7b4685aebe 100644 --- a/packages/integration-tests/tests/api/batches.test.ts +++ b/packages/integration-tests/tests/api/batches.test.ts @@ -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 () => {