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

This commit is contained in:
Alexander Sulfrian 2016-07-21 01:49:41 +02:00 committed by Maxime Quandalle
parent 8dc35d638b
commit 4d0e4cea91

View file

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