fix: Include due date when importing from Trello

Closes #598
pull/695/head
Maksim Eltyshev 2 years ago
parent 3c8c04fd37
commit 6d9ce56f4a

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

Loading…
Cancel
Save