From df84a2be9adb2eeee25141588a80d4523d38675d Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 16 Sep 2018 01:50:36 +0300 Subject: Fix lint errors. --- models/attachments.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'models/attachments.js') diff --git a/models/attachments.js b/models/attachments.js index d769de34..3da067de 100644 --- a/models/attachments.js +++ b/models/attachments.js @@ -87,11 +87,11 @@ if (Meteor.isServer) { attachmentId: doc._id, }); Activities.insert({ - userId, - type: 'card', - activityType: 'deleteAttachment', - boardId: doc.boardId, - cardId: doc.cardId, - }); + userId, + type: 'card', + activityType: 'deleteAttachment', + boardId: doc.boardId, + cardId: doc.cardId, + }); }); } -- cgit v1.2.3-1-g7c22