diff --git a/lib/routes/sexinsex/index.js b/lib/routes/sexinsex/index.js index e42796af5..1547d28b7 100644 --- a/lib/routes/sexinsex/index.js +++ b/lib/routes/sexinsex/index.js @@ -77,10 +77,6 @@ module.exports = async (ctx) => { }); const result = parseContent(response.data); - if (false === result) { - return Promise.resolve(''); - } - single.author = result.author; single.description = result.description; single.pubDate = result.pubDate;