1
0
Fork 0
forked from gitea/nas

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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