From b94ddbfffdb5cea241679ba39e307bbaae06a428 Mon Sep 17 00:00:00 2001 From: Siddharth9890 Date: Mon, 13 Nov 2023 09:38:24 +0530 Subject: [PATCH] chore: fixed linter error --- src/auth/auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth.ts b/src/auth/auth.ts index 0e4da02..fa6f06a 100644 --- a/src/auth/auth.ts +++ b/src/auth/auth.ts @@ -1,4 +1,4 @@ -import { AddWalletConfirmationInput, Sdk, User } from '../../.mesh'; +import { AddWalletConfirmationInput, Sdk } from '../../.mesh'; import { AuthType, Chain } from '../types'; import { errorHandler } from '../utils/errorHandler';