mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
fix(route): leetcode articles (#13108)
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = async (ctx) => {
|
||||
const converter = new showdown.Converter();
|
||||
const solution = converter.makeHtml(questionNote.data.question.solution.content);
|
||||
|
||||
info.description = questionData.data.question.content.trim() + solution;
|
||||
info.description = questionData.data.question.content?.trim() + solution;
|
||||
info.pubDate = parseDate(info.pubDate);
|
||||
|
||||
return info;
|
||||
|
||||
Reference in New Issue
Block a user