mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-23 19:19:17 +00:00
fix array return (#5822)
This commit is contained in:
@@ -285,7 +285,7 @@ Get the host setting in the form of array of hashtables.
|
||||
System.Collections.Hashtable[]
|
||||
#>
|
||||
function Get-{{apiNamePrefix}}HostSetting {
|
||||
return @(
|
||||
return ,@(
|
||||
{{#servers}}
|
||||
@{
|
||||
"Url" = "{{{url}}}";
|
||||
|
||||
Reference in New Issue
Block a user