Align argument type to keyword argument for private process method in FetchResourceService (#25189)
This commit is contained in:
parent
bdc7548652
commit
8c183a9831
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class FetchResourceService < BaseService
|
|||
|
||||
private
|
||||
|
||||
def process(url, terminal = false)
|
||||
def process(url, terminal: false)
|
||||
@url = url
|
||||
|
||||
perform_request { |response| process_response(response, terminal) }
|
||||
|
|
Loading…
Reference in a new issue