fixup! Ref: original & and use fileObj.meta

This commit is contained in:
David Arnold 2020-09-16 15:18:25 -05:00 committed by Denis Perov
parent ac7d16c40f
commit e2f7b94cde

View file

@ -163,7 +163,7 @@ Utils = {
);
},
getCommonAttachmentMetaFrom(card) {
let meta;
const meta = {};
if (card.isLinkedCard()) {
meta.boardId = Cards.findOne(card.linkedId).boardId;
meta.cardId = card.linkedId;