mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-06 00:03:36 -04:00
clean constant IDEMPOTENT_METHODS
This commit is contained in:
parent
b1948c994b
commit
baa537d89c
@ -56,7 +56,7 @@ module Faraday
|
||||
end
|
||||
|
||||
def methods
|
||||
Array(self[:methods] ||= Faraday::Request::Retry::IDEMPOTENT_METHODS)
|
||||
Array(self[:methods] ||= IDEMPOTENT_METHODS)
|
||||
end
|
||||
|
||||
def retry_if
|
||||
|
Loading…
x
Reference in New Issue
Block a user