lightning-flow-scanner-core
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -80,3 +80,3 @@ "use strict"; | ||
let pre43APIStart = nodes.findIndex(n => { | ||
return n['name'] === flow.startElementReference; | ||
return n['name'] === flow.startElementReference[0]; | ||
}); | ||
@@ -83,0 +83,0 @@ if (pre43APIStart) { |
{ | ||
"name": "lightning-flow-scanner-core", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"main": "out/**", | ||
@@ -5,0 +5,0 @@ "types": "out/index.d.ts", |
@@ -82,3 +82,3 @@ import {IRuleDefinition} from '../interfaces/IRuleDefinition'; | ||
let pre43APIStart = nodes.findIndex(n => { | ||
return n['name'] === flow.startElementReference; | ||
return n['name'] === flow.startElementReference[0]; | ||
}); | ||
@@ -85,0 +85,0 @@ if(pre43APIStart){ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
742630