what if there\'s no categories\?
This commit is contained in:
parent
9b29df1eab
commit
faa0a42b05
2
index.js
2
index.js
@ -131,7 +131,7 @@ function normalizeGoogleData(book) {
|
||||
"isbn-10": _.find(book.industryIdentifiers, { type: "ISBN_10" }).identifier || '',
|
||||
"isbn-13": _.find(book.industryIdentifiers, { type: "ISBN_13" }).identifier || '',
|
||||
format: '',
|
||||
genre: book.categories[0],
|
||||
genre: book.categories ? book.categories[0] : '',
|
||||
publisher: _.trim(book.publisher, '"'),
|
||||
series: '',
|
||||
volume: '',
|
||||
|
Loading…
Reference in New Issue
Block a user