chore(core): Fix typo (#17611)

This commit is contained in:
Marc Littlemore
2025-07-24 09:24:24 +01:00
committed by GitHub
parent 46635c5941
commit e61b25c53f
3 changed files with 16 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ export function previousTaskData(
return nextRunData[nextRunIndex]; // Return the first run data for the next node
}
export function findPairedItemTroughWorkflowData(
export function findPairedItemThroughWorkflowData(
workflowRunData: IRunExecutionData,
item: INodeExecutionData,
itemIndex: number,