formatting update

This commit is contained in:
jmt-gh 2022-06-29 19:25:59 -07:00
parent b0684b6f1b
commit 67396c16dd

View File

@ -180,8 +180,7 @@ class BookFinder {
Logger.debug(`Book Search: title: "${title}", author: "${author}", provider: ${provider}`)
if (provider === 'google') {
books = await
this.getGoogleBooksResults(title, author)
books = await this.getGoogleBooksResults(title, author)
} else if (provider === 'audible') {
books = await this.getAudibleResults(title, author, asin)
} else if (provider === 'itunes') {