mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-05 19:38:36 +02:00
test(core): Fix a typo and add an additional test (#12725)
This commit is contained in:
@@ -24,7 +24,7 @@ export function cleanRunData(
|
||||
// Delete runData for subNodes
|
||||
const subNodeConnections = graph.getParentConnections(node);
|
||||
for (const subNodeConnection of subNodeConnections) {
|
||||
// Sub nodes never use the Main connection type, so this filters our
|
||||
// Sub nodes never use the Main connection type, so this filters out
|
||||
// the connection that goes upstream of the startNode.
|
||||
if (subNodeConnection.type === NodeConnectionType.Main) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user