mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 22:34:54 +08:00
Oops this comment needs a rewrite
This commit is contained in:
@@ -164,7 +164,7 @@ const ErrPermissionUpdateUsername = new APIError('You do not have permission to
|
||||
status: 403
|
||||
});
|
||||
|
||||
// ErrSameUsernameProvided returned attempts to update their username with the same username.
|
||||
// ErrSameUsernameProvided is returned when attempting to update a username to the same username.
|
||||
const ErrSameUsernameProvided = new APIError('Same username provided.', {
|
||||
translation_key: 'SAME_USERNAME_PROVIDED',
|
||||
status: 400
|
||||
|
||||
Reference in New Issue
Block a user