summaryrefslogtreecommitdiffstats
path: root/models/trelloCreator.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/trelloCreator.js')
-rw-r--r--models/trelloCreator.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/trelloCreator.js b/models/trelloCreator.js
index 60207546..44030ea5 100644
--- a/models/trelloCreator.js
+++ b/models/trelloCreator.js
@@ -322,6 +322,7 @@ export class TrelloCreator {
file.attachData(att.url, function (error) {
file.boardId = boardId;
file.cardId = cardId;
+ file.userId = this._user(att.idMemberCreator);
if (error) {
throw(error);
} else {