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,
|
||||
previousSteps.concat(steps),
|
||||
key,
|
||||
'undefined' === typeof variable ? undefined : variable[key],
|
||||
('object' === typeof variable && null !== variable) ? variable[key] : undefined,
|
||||
description.type,
|
||||
type
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user