Skip to content

Commit 573e0ed

Browse files
author
Will Toozs
committed
fixup: key too long error update
1 parent d8fc234 commit 573e0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/errors/arsenalErrors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ export const InvalidURI: ErrorFormat = {
247247
description: "Couldn't parse the specified URI.",
248248
};
249249

250-
export const KeyTooLong: ErrorFormat = {
250+
export const KeyTooLongError: ErrorFormat = {
251251
code: 400,
252252
description: 'Your key is too long.',
253253
};

0 commit comments

Comments
 (0)