Skip to content

Commit

Permalink
fix(author-scraper): 🩹 author helper options doesn't use seed
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Jun 17, 2022
1 parent 39f186f commit 9c2b38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/database/audible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class PaprAudibleAuthorHelper {
asin: string
dbProjection: {}
authorData!: AuthorInterface
options: { seed?: string; update?: string }
options: { update?: string }

constructor(asin: string, options: { update?: string }) {
this.asin = asin
Expand Down

0 comments on commit 9c2b38a

Please sign in to comment.