fix: Include due date when importing from Trello

Closes #598
pull/640/head
Maksim Eltyshev 2 years ago
parent 221da3c455
commit 51d05f3cd3

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

Loading…
Cancel
Save