Skip to content

Commit

Permalink
Align argument type to keyword argument for private process method in…
Browse files Browse the repository at this point in the history
… FetchResourceService (#25189)
  • Loading branch information
S-H-GAMELINKS committed May 30, 2023
1 parent bdc7548 commit 8c183a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/fetch_resource_service.rb
Expand Up @@ -19,7 +19,7 @@ def call(url)

private

def process(url, terminal = false)
def process(url, terminal: false)
@url = url

perform_request { |response| process_response(response, terminal) }
Expand Down

0 comments on commit 8c183a9

Please sign in to comment.