fix: feed data
This commit is contained in:
parent
54475a70ea
commit
3fbefc55cd
7 changed files with 10 additions and 23 deletions
|
@ -1,4 +0,0 @@
|
|||
module.exports = (collection) => {
|
||||
if (!collection || !collection.length) return ''
|
||||
return collection[0]['publishedAt']
|
||||
}
|
Reference in a new issue