style: auto format

This commit is contained in:
github-actions[bot] 2024-06-26 21:15:37 +00:00
parent 7bdc215e27
commit 1e44276ff6
1 changed files with 5 additions and 5 deletions

View File

@ -26,11 +26,11 @@ async function handler() {
const items = $('a.group.border-b.py-10')
.toArray()
.map((item) => ({
title: $(item).children('h2').first().text(),
link: baseUrl + $(item).attr('href'),
pubDate: parseDate($(item).children('h3').first().text()),
description: $(item).children('p').first().text(),
}));
title: $(item).children('h2').first().text(),
link: baseUrl + $(item).attr('href'),
pubDate: parseDate($(item).children('h3').first().text()),
description: $(item).children('p').first().text(),
}));
return {
title: 'ollama blog',
link: 'https://ollama.com/blog',