Browse Source

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

Alexander Sulfrian 9 years ago
parent
commit
4d0e4cea91
1 changed files with 0 additions and 1 deletions
  1. 0 1
      models/boards.js

+ 0 - 1
models/boards.js

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