Skip to content

Commit

Permalink
fix: /v2ex/tab/hot returned undefined (DIYgod#6461)
Browse files Browse the repository at this point in the history
  • Loading branch information
laampui authored Dec 18, 2020
1 parent 3efdea9 commit d3f9daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/v2ex/tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = async (ctx) => {
return `<p><div>#${no}: <i>${author}</i></div><div>${content}</div></p>`;
})
.join('');
const post = {
post = {
title: $('.header h1').text(),
link: pageUrl,
guid: pageUrl,
Expand Down

0 comments on commit d3f9daf

Please sign in to comment.