Closed mustaphazorgati closed 3 years ago
The RequestParameterSnippet generates Array[Object] as the type for Instant[] data type. For Instant the generated type is String. The expected type for Instant[] is Array[String]
Array[Object]
Instant[]
Instant
String
Array[String]
Fixed in #431
The RequestParameterSnippet generates
Array[Object]
as the type forInstant[]
data type. ForInstant
the generated type isString
. The expected type forInstant[]
isArray[String]