Fix regression in FetchRemoteResourceService (#5217)
* Fix regression in FetchRemoteResourceService * Update specs to match interface changes made in #5114
This commit is contained in:
parent
32e8a87830
commit
2559d9166c
3 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@ class FetchRemoteResourceService < BaseService
|
|||
end
|
||||
|
||||
def body
|
||||
fetched_atom_feed.second
|
||||
fetched_atom_feed.second[:prefetched_body]
|
||||
end
|
||||
|
||||
def protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue