Fix lint errors

This commit is contained in:
Andrés Manelli 2018-04-18 02:37:20 -03:00
parent 37306c8d22
commit fb75a487fc
3 changed files with 10 additions and 13 deletions

View file

@ -339,7 +339,7 @@ BlazeComponent.extendComponent({
listId: this.selectedListId.get(),
archived: false,
importedId: null,
_id: {$nin: this.board.cards().map((card) => { return card.importedId || card._id})},
_id: {$nin: this.board.cards().map((card) => { return card.importedId || card._id; })},
});
},