Skip to content

Commit

Permalink
fix(types): 🏷️ series is an optional field on AudibleProduct
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Aug 1, 2022
1 parent 0cc63d2 commit c72f31b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/typing/audible.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface AudibleProduct {
rating: Ratings
release_date: string
runtime_length_min: number
series: AudibleSeries[]
series?: AudibleSeries[]
sku?: string
sku_lite?: string
social_media_images: { [key: string]: string }
Expand Down

0 comments on commit c72f31b

Please sign in to comment.