Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jul 3, 2024
1 parent 8c1b099 commit 7f81d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http/wellKnown/unauthorizedError.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { InruptClientError } from "../../clientError";
import type { ErrorResponse } from "../errorResponse";
import { ClientHttpError } from "../httpError";

export const UNAUTHORIZED_STATUS = 412 as const;
export const UNAUTHORIZED_STATUS = 401 as const;

export type UnauthorizedErrorResponse = ErrorResponse & {
status: typeof UNAUTHORIZED_STATUS;
Expand Down

0 comments on commit 7f81d73

Please sign in to comment.