From 05d227571d53a93380aab05444c5de38e448a317 Mon Sep 17 00:00:00 2001 From: Valya <68596159+valya@users.noreply.github.com> Date: Mon, 26 Sep 2022 09:38:41 +0100 Subject: [PATCH] fix: cardId property not showing up for completed checklist in Trello (#4186) :bug: cardId property not showing up for completed checklist in Trello --- packages/nodes-base/nodes/Trello/ChecklistDescription.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nodes-base/nodes/Trello/ChecklistDescription.ts b/packages/nodes-base/nodes/Trello/ChecklistDescription.ts index 5e3a76b42f..cb6fb52c5f 100644 --- a/packages/nodes-base/nodes/Trello/ChecklistDescription.ts +++ b/packages/nodes-base/nodes/Trello/ChecklistDescription.ts @@ -138,7 +138,7 @@ export const checklistFields: INodeProperties[] = [ 'deleteCheckItem', 'getCheckItem', 'updateCheckItem', - 'completeCheckItems', + 'completedCheckItems', ], resource: ['checklist'], },