fix: cardId property not showing up for completed checklist in Trello (#4186)

🐛 cardId property not showing up for completed checklist in Trello
This commit is contained in:
Valya
2022-09-26 09:38:41 +01:00
committed by GitHub
parent 31391a5b19
commit 05d227571d

View File

@@ -138,7 +138,7 @@ export const checklistFields: INodeProperties[] = [
'deleteCheckItem',
'getCheckItem',
'updateCheckItem',
'completeCheckItems',
'completedCheckItems',
],
resource: ['checklist'],
},