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 221da3c455
commit 51d05f3cd3

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);