chore: cleanup
This commit is contained in:
parent
a2d0481006
commit
5dafde8b60
8 changed files with 44 additions and 102 deletions
|
@ -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'))
|
||||
}
|
Reference in a new issue