fix: type check
This commit is contained in:
parent
9661a12b90
commit
3dc1bf49af
|
@ -26,7 +26,7 @@ export const variableStepsList = (context, previousSteps, key, variable, variabl
|
||||||
context,
|
context,
|
||||||
previousSteps.concat(steps),
|
previousSteps.concat(steps),
|
||||||
key,
|
key,
|
||||||
'undefined' === typeof variable ? undefined : variable[key],
|
('object' === typeof variable && null !== variable) ? variable[key] : undefined,
|
||||||
description.type,
|
description.type,
|
||||||
type
|
type
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user