Return booleans in memberHasRole()

This commit is contained in:
abalabahaha
2016-08-07 08:10:04 +09:00
parent 8085f5bde3
commit fe95e31f48
2 changed files with 4 additions and 4 deletions

View File

@@ -1341,11 +1341,11 @@ var InternalClient = (function () {
var r = _ref5;
if (r.id == role.id) {
return r;
return true;
}
}
}
return null;
return false;
};
//def removeMemberFromRole