mirror of
https://github.com/plankanban/planka.git
synced 2025-12-16 01:11:06 +03:00
@@ -107,6 +107,7 @@ module.exports = {
|
||||
position: trelloCard.pos,
|
||||
name: trelloCard.name,
|
||||
description: trelloCard.desc || null,
|
||||
dueDate: trelloCard.due,
|
||||
}).fetch();
|
||||
|
||||
await importCardLabels(plankaCard, trelloCard);
|
||||
|
||||
Reference in New Issue
Block a user