mirror of https://github.com/langgenius/dify.git
parent
b035f3f884
commit
d37b6716cd
|
|
@ -646,7 +646,7 @@ const getIterationItemType = ({
|
|||
case VarType.arrayObject:
|
||||
return VarType.object
|
||||
case VarType.array:
|
||||
return VarType.any
|
||||
return VarType.arrayObject // Use more specific type instead of any
|
||||
case VarType.arrayFile:
|
||||
return VarType.file
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in New Issue