chore: align query count with template limit

This commit is contained in:
Cory Dransfeldt 2024-10-12 20:19:47 -07:00
parent ff3f538171
commit d213d4380a
No known key found for this signature in database
4 changed files with 19 additions and 5 deletions

View file

@ -15,5 +15,6 @@ export default async function fetchSyndication() {
}
const [{ syndication } = {}] = data
return syndication?.filter(item => item['syndication'] !== null) || []
}