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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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