[Fix] fixed an typo in error message (#10102)

This commit is contained in:
daima3629 2023-02-26 14:14:57 +09:00 committed by GitHub
parent 2acdd933c0
commit 1bdde6bd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export const meta = {
errors: {
noSuchFile: {
message: 'No such file.',
code: 'MO_SUCH_FILE',
code: 'NO_SUCH_FILE',
id: 'fc46b5a4-6b92-4c33-ac66-b806659bb5cf',
},
},