fix: feed data

This commit is contained in:
Cory Dransfeldt 2023-05-09 12:30:25 -07:00
parent 54475a70ea
commit 3fbefc55cd
No known key found for this signature in database
7 changed files with 10 additions and 23 deletions

View file

@ -1,4 +0,0 @@
module.exports = (collection) => {
if (!collection || !collection.length) return ''
return collection[0]['publishedAt']
}