This commit is contained in:
mudiko 2025-07-18 07:43:58 +02:00 committed by GitHub
parent b035f3f884
commit d37b6716cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: