Skip to content

Commit

Permalink
fix: Incorrect import path after resolving conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Jun 9, 2024
1 parent 90b36b5 commit d480602
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { handleRedirectResponse } from '../../helpers/response-handlers'
import {
getUIErrorStatusCode,
matchUIError,
} from '../../../../../shared/lib/ui-error-types'
} from '../../../../shared/lib/ui-error-types'

export function resolveHandlerError(err: any): Response | false {
if (isRedirectError(err)) {
Expand Down

0 comments on commit d480602

Please sign in to comment.