mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
fix a bug related to upgrade_request_type! translation
This commit is contained in:
parent
7e1a79220c
commit
f6630cc7a6
@ -118,7 +118,7 @@ module Rswag
|
||||
|
||||
def build_query_string_part(param, value)
|
||||
name = param[:name]
|
||||
return "#{name}=#{value}" unless param[:type].to_sym == :array
|
||||
return "#{name}=#{value}" unless param.dig(:schema, :type)&.to_sym == :array
|
||||
|
||||
case param[:collectionFormat]
|
||||
when :ssv
|
||||
|
||||
Loading…
Reference in New Issue
Block a user