mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-08 08:30:56 +00:00
fix array return (#5822)
This commit is contained in:
parent
42e87c8f33
commit
00ec8fd15b
@ -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}}}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user