mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix lint errors
This commit is contained in:
parent
37306c8d22
commit
fb75a487fc
3 changed files with 10 additions and 13 deletions
|
|
@ -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; })},
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue