Skip to content

Commit

Permalink
fixup: key too long error update
Browse files Browse the repository at this point in the history
  • Loading branch information
KazToozs committed Jul 15, 2024
1 parent d8fc234 commit 573e0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors/arsenalErrors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export const InvalidURI: ErrorFormat = {
description: "Couldn't parse the specified URI.",
};

export const KeyTooLong: ErrorFormat = {
export const KeyTooLongError: ErrorFormat = {
code: 400,
description: 'Your key is too long.',
};
Expand Down

0 comments on commit 573e0ed

Please sign in to comment.