chore: books tweaks
This commit is contained in:
parent
7129018b43
commit
d900858bda
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module.exports = async function () {
|
||||||
.catch()
|
.catch()
|
||||||
const data = await res
|
const data = await res
|
||||||
const coverId = data['docs'].find((b) => {
|
const coverId = data['docs'].find((b) => {
|
||||||
return b['author_name'][0] === book['authors'][0].name
|
return b['title'] === book['title']
|
||||||
})?.['cover_i']
|
})?.['cover_i']
|
||||||
books.push({
|
books.push({
|
||||||
title: book.title,
|
title: book.title,
|
||||||
|
|
Reference in a new issue