chore: books tweaks

This commit is contained in:
Cory Dransfeldt 2023-07-01 19:15:13 -07:00
parent 7129018b43
commit d900858bda
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ module.exports = async function () {
.catch()
const data = await res
const coverId = data['docs'].find((b) => {
return b['author_name'][0] === book['authors'][0].name
return b['title'] === book['title']
})?.['cover_i']
books.push({
title: book.title,