summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--models/trelloCreator.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/trelloCreator.js b/models/trelloCreator.js
index 57d4e626..60207546 100644
--- a/models/trelloCreator.js
+++ b/models/trelloCreator.js
@@ -302,7 +302,7 @@ export class TrelloCreator {
boardId: commentToCreate.boardId,
cardId: commentToCreate.cardId,
commentId,
- createdAt: this._now(commentToCreate.createdAt),
+ createdAt: this._now(comment.date),
// we attribute the addComment (not the import)
// to the original author - it is needed by some UI elements.
userId: commentToCreate.userId,