Fix a bunch of linting errors
eslint --fix and a few manual ones
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ export function getOnlyOtherMember(room, me) {
|
||||
|
||||
if (joinedMembers.length === 2) {
|
||||
return joinedMembers.filter(function(m) {
|
||||
return m.userId !== me.userId
|
||||
return m.userId !== me.userId;
|
||||
})[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user