fix: whitespace
This commit is contained in:
parent
2d1d9dd9dd
commit
8ceab63180
2 changed files with 14 additions and 15 deletions
|
@ -105,17 +105,15 @@ export default {
|
|||
disallowedTagsMode: 'completelyDiscard'
|
||||
})
|
||||
|
||||
|
||||
// if there's a valid entry return a normalized object
|
||||
if (entry)
|
||||
posts.push({
|
||||
title: title.trim(),
|
||||
url,
|
||||
content: entry.description,
|
||||
date,
|
||||
excerpt,
|
||||
rating: entry?.rating || ''
|
||||
})
|
||||
if (entry) posts.push({
|
||||
title: title.trim(),
|
||||
url,
|
||||
content: entry.description,
|
||||
date,
|
||||
excerpt,
|
||||
rating: entry?.rating || ''
|
||||
})
|
||||
})
|
||||
return posts
|
||||
},
|
||||
|
|
Reference in a new issue