Skip to content

Commit

Permalink
fix(book-audible-api): ✏️ fix replace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Jun 22, 2022
1 parent 8d499ce commit f8e64e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/books/audible/ApiHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class ApiHelper {
return inputJson.product_images[1024].replace('_SL1024_.', '')
}
if (500 in inputJson.product_images) {
return inputJson.product_images[500].replace('_SL1024_.', '')
return inputJson.product_images[500].replace('_SL500_.', '')
}
return ''
}
Expand Down

0 comments on commit f8e64e2

Please sign in to comment.