Skip to content

Commit 8bb46b1

Browse files
committed
Fix swift template
1 parent 05bdcfc commit 8bb46b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codegen/Templates/swift/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ extension {{projectName}}API {
289289
{{#hasFormParams}}
290290
let localVariableFormParams: [String: (any Sendable)?] = [
291291
{{#formParams}}
292-
{{> _param}},
292+
{{^vendorExtensions.x-param-group-camel}}{{> _param}},{{/vendorExtensions.x-param-group-camel}}{{#vendorExtensions.x-param-group-camel}}"{{baseName}}": {{vendorExtensions.x-param-group-camel}}?.{{paramName}}?.asParameter(codableHelper: apiConfiguration.codableHelper),{{/vendorExtensions.x-param-group-camel}}
293293
{{/formParams}}
294294
]
295295

0 commit comments

Comments
 (0)