[deploy] Update RssReader::Assembler#get_content hash syntax (#9255)
This commit is contained in:
parent
628c16fd79
commit
f6e2b4e034
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class RssReader
|
|||
end
|
||||
|
||||
def get_content
|
||||
@item.content || @item.summary || @item.description
|
||||
@item[:content] || @item[:summary] || @item[:description]
|
||||
end
|
||||
|
||||
def thorough_parsing(content, feed_url)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue