Add: Update root status when fetching replies (#34615)
This commit is contained in:
parent
4e2aa78a56
commit
b709ef8ac3
3 changed files with 35 additions and 9 deletions
|
@ -7,6 +7,6 @@ class FetchReplyWorker
|
|||
sidekiq_options queue: 'pull', retry: 3
|
||||
|
||||
def perform(child_url, options = {})
|
||||
FetchRemoteStatusService.new.call(child_url, **options.deep_symbolize_keys)
|
||||
FetchRemoteStatusService.new.call(child_url, **options.symbolize_keys)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue