1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-20 07:49:22 -05:00

[Fix] fixed an typo in error message ()

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

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',
},
},