Align argument type to keyword argument for private process method in FetchResourceService (#25189)
This commit is contained in:
@@ -19,7 +19,7 @@ class FetchResourceService < BaseService
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def process(url, terminal = false)
|
def process(url, terminal: false)
|
||||||
@url = url
|
@url = url
|
||||||
|
|
||||||
perform_request { |response| process_response(response, terminal) }
|
perform_request { |response| process_response(response, terminal) }
|
||||||
|
Reference in New Issue
Block a user