style: auto format

This commit is contained in:
github-actions[bot] 2025-05-01 14:47:51 +00:00
parent 03f5ce91cb
commit 6ff87c7d9c
1 changed files with 1 additions and 2 deletions

View File

@ -131,8 +131,7 @@ function extractPubDate($: cheerio.CheerioAPI): string {
}
}
function getDescription($: cheerio.CheerioAPI) : string | null {
function getDescription($: cheerio.CheerioAPI): string | null {
const content = $('#articleContent');
if (content.length) {
return content.first().html()?.trim();