mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore(core): Fix typo (#17611)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user