fix UUID format
This commit is contained in:
parent
560ee43dcf
commit
67185a5d5d
3 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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: {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue