Merge pull request #223 from stevepm/patch-1

Fix typo on board.js
pull/231/head
Maxime Quandalle 10 years ago
commit d7cb933925
  1. 2
      collections/boards.js

@ -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…
Cancel
Save