Merge commit '00c222377db0e305ac3f4a15bf1c18eb89c1f45f' into glitch-soc/merge-upstream
Conflicts: - `.rubocop_todo.yml`: Took upstream's changes.
This commit is contained in:
@ -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) }
|
||||
|
Reference in New Issue
Block a user