Skip to content

Commit 6938bf1

Browse files
author
drowl87
committed
refactor DynamicNode to cast execution parameters to any type for improved flexibility
1 parent eb5220e commit 6938bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodes/DynamicNode/DynamicNode.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export class DynamicNode implements INodeType {
108108
},
109109
doNotWaitToFinish: doNotWaitToFinish,
110110
itemIndex: 0,
111-
},
111+
} as any,
112112
);
113113

114114
if (!doNotWaitToFinish && execResult) {

0 commit comments

Comments
 (0)