Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Oct 4, 2024
1 parent b6f4320 commit 6c2c8ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/api/src/domain/kratos/errors.ts
Original file line number Diff line number Diff line change
@@ -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 {}
Expand Down

0 comments on commit 6c2c8ac

Please sign in to comment.