chore: align query count with template limit
This commit is contained in:
parent
ff3f538171
commit
d213d4380a
4 changed files with 19 additions and 5 deletions
|
@ -15,5 +15,6 @@ export default async function fetchSyndication() {
|
|||
}
|
||||
|
||||
const [{ feed } = {}] = data
|
||||
|
||||
return feed?.filter(item => item['feed'] !== null) || []
|
||||
}
|
|
@ -15,5 +15,6 @@ export default async function fetchSyndication() {
|
|||
}
|
||||
|
||||
const [{ syndication } = {}] = data
|
||||
|
||||
return syndication?.filter(item => item['syndication'] !== null) || []
|
||||
}
|
Reference in a new issue