Fix syntax error
This commit is contained in:
parent
acf46fce5f
commit
91b139aca2
@ -284,7 +284,7 @@ module GitHub
|
||||
if value.is_a? Array
|
||||
value.each { |v| params_list << format_parameter(key, v) }
|
||||
else
|
||||
params_list << format_parameter(key, v)
|
||||
params_list << format_parameter(key, value)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user