chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-05-20 11:43:43 -07:00
parent a2d0481006
commit 5dafde8b60
No known key found for this signature in database
8 changed files with 44 additions and 102 deletions

View file

@ -10,5 +10,6 @@ export default async function () {
}).catch()
const data = await res
const pages = data[0].dates[0].items
return pages.filter((p) => p.url.includes('posts'))
}