[deploy] Bug Fix: Return An Empty Array if Error Occurs in RSS Reader (#8864)

This commit is contained in:
Molly Struve 2020-06-23 14:28:43 -05:00 committed by GitHub
parent d7768e00ff
commit e3e3e2c386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@ class RssReader
error: e
},
)
[]
end
def get_item_count_error(feed)