chore: feed cleanup
This commit is contained in:
parent
d2dc2844e6
commit
523c301bcf
2 changed files with 1 additions and 606 deletions
|
@ -23,7 +23,7 @@ module.exports = async function () {
|
|||
title: book['title'],
|
||||
url: book['link'],
|
||||
isbn: book['isbn'],
|
||||
description: book['book_description'],
|
||||
description: `${book['book_description']}<br/><br/>`,
|
||||
dateAdded: book['user_date_added'],
|
||||
type: 'book',
|
||||
})
|
||||
|
|
Reference in a new issue