mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix typo on board.js
This commit is contained in:
parent
8cf9ec2660
commit
563ffd0c0b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ if (Meteor.isServer) {
|
|||
if (nbAdmins > 1)
|
||||
return false;
|
||||
|
||||
// If all the previous conditions where verified, we can't remove
|
||||
// If all the previous conditions were verified, we can't remove
|
||||
// a user if it's an admin
|
||||
var removedMemberId = modifier.$pull.members.userId;
|
||||
return !! _.findWhere(doc.members, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue