Fix a bunch of linting errors
eslint --fix and a few manual ones
This commit is contained in:
+1
-1
@@ -136,6 +136,6 @@ module.exports = {
|
||||
fromUsers: function(users, showInviteButton, inviteFn) {
|
||||
return users.map(function(u) {
|
||||
return new UserEntity(u, showInviteButton, inviteFn);
|
||||
})
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user