fix: Include due date when importing from Trello

Closes #598
This commit is contained in:
Maksim Eltyshev
2024-02-08 13:30:07 +01:00
parent e595242258
commit 580a07bba3

View File

@@ -107,6 +107,7 @@ module.exports = {
position: trelloCard.pos,
name: trelloCard.name,
description: trelloCard.desc || null,
dueDate: trelloCard.due,
}).fetch();
await importCardLabels(plankaCard, trelloCard);