fix UUID format

This commit is contained in:
Hazel K 2024-10-09 16:17:52 -04:00 committed by Hazelnoot
parent 560ee43dcf
commit 67185a5d5d
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ export const meta = {
commentTooLong: {
message: 'Cannot upload the file because the comment exceeds the instance limit.',
code: 'COMMENT_TOO_LONG',
id: 'sj3hsm2l-s83j-4sk3-sk3j-sn3k2k4nsm3l',
id: '333652d9-0826-40f5-a2c3-e2bedcbb9fe5',
},
},
} as const;

View file

@ -55,7 +55,7 @@ export const meta = {
commentTooLong: {
message: 'Cannot upload the file because the comment exceeds the instance limit.',
code: 'COMMENT_TOO_LONG',
id: 'sj3hsm2l-s83j-4sk3-sk3j-sn3k2k4nsm3l',
id: '333652d9-0826-40f5-a2c3-e2bedcbb9fe5',
},
},
res: {

View file

@ -33,7 +33,7 @@ export const meta = {
commentTooLong: {
message: 'Cannot upload the file because the comment exceeds the instance limit.',
code: 'COMMENT_TOO_LONG',
id: 'sj3hsm2l-s83j-4sk3-sk3j-sn3k2k4nsm3l',
id: '333652d9-0826-40f5-a2c3-e2bedcbb9fe5',
},
},
} as const;