forked from loafle/openapi-generator-original
This commit is contained in:
committed by
GitHub
parent
7f01a354a5
commit
304ff96577
@@ -61,6 +61,8 @@ public struct APIHelper {
|
||||
return collection
|
||||
.compactMap { value in convertAnyToString(value) }
|
||||
.joined(separator: ",")
|
||||
} else if let value = source as? any RawRepresentable {
|
||||
return "\(value.rawValue)"
|
||||
}
|
||||
return source
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user