2
0

Add: Update root status when fetching replies (#34615)

This commit is contained in:
Jonny Saunders
2025-05-12 07:54:58 -07:00
committed by GitHub
parent 4e2aa78a56
commit b709ef8ac3
3 changed files with 35 additions and 9 deletions

View File

@@ -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