Skip to content

Commit

Permalink
style: auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 28, 2024
1 parent 7916197 commit 61ed591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/bjnews/cat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ async function handler(ctx) {

const out = await Promise.all(list.map((item) => fetchArticle(item)));
return {
title: `新京报 - 分类 - ${$(".cur").text().trim()}`,
title: `新京报 - 分类 - ${$('.cur').text().trim()}`,
link: url,
item: out,
};
Expand Down

0 comments on commit 61ed591

Please sign in to comment.