Align argument type to keyword argument for private process method in FetchResourceService (#25189)

th-downstream
S.H 1 year ago committed by GitHub
parent ad3f504a21
commit f145662c05

@ -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…
Cancel
Save