feat: dry up + normalize now page

This commit is contained in:
Cory Dransfeldt 2023-08-14 11:36:07 -07:00
parent 022ce82f81
commit 6dda493d7b
No known key found for this signature in database
13 changed files with 86 additions and 136 deletions

View file

@ -25,6 +25,7 @@ module.exports = async function () {
isbn: book['isbn'],
description: book['book_description'],
dateAdded: book['user_date_added'],
type: 'book',
})
})
const books = data.splice(0, 6)