diff --git a/app/jobs/regular/pull_hotlinked_images.rb b/app/jobs/regular/pull_hotlinked_images.rb index b68154c5ea5..fd5e4b7bf7f 100644 --- a/app/jobs/regular/pull_hotlinked_images.rb +++ b/app/jobs/regular/pull_hotlinked_images.rb @@ -89,7 +89,6 @@ module Jobs end # have we successfully downloaded that file? if downloaded_urls[src].present? - url = downloaded_urls[src] escaped_src = Regexp.escape(original_src) replace_raw = ->(match, match_src, replacement, _index) {