Skip to content

Commit

Permalink
fix(types): 🏷️ fix response_groups type for chapters
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Jul 29, 2022
1 parent c03877e commit 9d4cfdf
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 @@ -92,5 +92,5 @@ export interface Chapter {
runtime_length_sec: number
}
}
response_groups: [string]
response_groups: string[]
}

0 comments on commit 9d4cfdf

Please sign in to comment.