Skip to content

Commit

Permalink
fix(types): 🏷️ thesaurus_subject_keywords had wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Aug 1, 2022
1 parent c72f31b commit d451736
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 @@ -68,7 +68,7 @@ export interface AudibleProduct {
sku_lite?: string
social_media_images: { [key: string]: string }
subtitle?: string
thesaurus_subject_keywords: [string]
thesaurus_subject_keywords: string[]
title: string
}
response_groups: string[]
Expand Down

0 comments on commit d451736

Please sign in to comment.