style fix
This commit is contained in:
parent
b56afca063
commit
99d3849ff3
|
@ -591,7 +591,7 @@ export default {
|
|||
* Parse user id.
|
||||
*/
|
||||
parseUserId: function(userid) {
|
||||
if(userid.length > config.max_userid_length) {
|
||||
if (userid.length > config.max_userid_length) {
|
||||
throw new Error('User id string is too long');
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user