Skip to content
Snippets Groups Projects
Unverified Commit 8c183a98 authored by S.H's avatar S.H Committed by GitHub
Browse files

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

parent bdc75486
No related branches found
No related tags found
No related merge requests found
......@@ -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) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment