mirror of
https://github.com/lostisland/faraday.git
synced 2025-08-30 00:03:09 -04:00
fix syntax warning
This commit is contained in:
parent
7d277ef563
commit
3552d345d6
@ -119,7 +119,7 @@ module Faraday
|
||||
case arg
|
||||
when String then {:uri => proxy_arg_to_uri(arg)}
|
||||
when URI then {:uri => arg}
|
||||
when Hash then arg
|
||||
when Hash
|
||||
if arg[:uri] = proxy_arg_to_uri(arg[:uri])
|
||||
arg
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user