From 6c2c8aca9a26825512977629aa1d5272f927e684 Mon Sep 17 00:00:00 2001 From: Juan P Lopez Date: Fri, 4 Oct 2024 15:45:47 -0500 Subject: [PATCH] fix: lint issues --- core/api/src/domain/kratos/errors.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/api/src/domain/kratos/errors.ts b/core/api/src/domain/kratos/errors.ts index bb9f1927d8..89e85fc440 100644 --- a/core/api/src/domain/kratos/errors.ts +++ b/core/api/src/domain/kratos/errors.ts @@ -1,7 +1,4 @@ -import { - AuthenticationError, - LikelyNoUserWithThisPhoneExistError, -} from "@/domain/authentication/errors" +import { AuthenticationError } from "@/domain/authentication/errors" import { ErrorLevel } from "@/domain/shared" export class KratosError extends AuthenticationError {}