From fb75a487fcde4f04a371a5ed097ba97cc7134c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Manelli?= Date: Wed, 18 Apr 2018 02:37:20 -0300 Subject: Fix lint errors --- client/components/lists/listBody.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/components') diff --git a/client/components/lists/listBody.js b/client/components/lists/listBody.js index 48532cac..02e4ab7c 100644 --- a/client/components/lists/listBody.js +++ b/client/components/lists/listBody.js @@ -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; })}, }); }, -- cgit v1.2.3-1-g7c22