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 Mar 26, 2024
1 parent eab3832 commit 74fddc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/ntdm/video.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function handler(ctx) {
const a = item.find('a');
return {
title: a.text(),
link: `${rootUrl}${a.attr('href')}`
link: `${rootUrl}${a.attr('href')}`,
};
})
.reverse();
Expand Down

0 comments on commit 74fddc4

Please sign in to comment.