summaryrefslogtreecommitdiffstats
path: root/models/attachments.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/attachments.js')
-rw-r--r--models/attachments.js12
1 files changed, 6 insertions, 6 deletions
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,
+ });
});
}