models: Remove wrong line (fix #650) (#651)

reviewable/pr654/r1
Alexander Sulfrian 9 years ago committed by Maxime Quandalle
parent 8dc35d638b
commit 4d0e4cea91
  1. 1
      models/boards.js

@ -107,7 +107,6 @@ Boards.attachSchema(new SimpleSchema({
userId: this.userId,
isAdmin: true,
isActive: true,
isInvited: false,
}];
}
},

Loading…
Cancel
Save