deepscan fixes
This commit is contained in:
parent
a1b80dd263
commit
0aef9b5ace
3 changed files with 2 additions and 6 deletions
|
@ -37,7 +37,7 @@ const hasRequiredMeasurementsMethod = (design, gist) => {
|
|||
if (design.config.measurements.length && !gist.measurements) return false
|
||||
|
||||
for (const m of design.config.measurements || []) {
|
||||
if (!gist?.measurements?.[m]) return false
|
||||
if (!gist.measurements.[m]) return false
|
||||
}
|
||||
|
||||
return true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue