Skip to content

Commit

Permalink
fix(audible-api): 🐛 this is a string for now
Browse files Browse the repository at this point in the history
  • Loading branch information
djdembeck committed Sep 27, 2021
1 parent 5f1b75f commit 131be6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/books/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface CoreBook {
language: string;
narrators?: NarratorInterface[];
publisherName: string;
rating: number;
rating: string;
releaseDate: Date;
runtimeLengthMin: number;
subtitle?: string;
Expand Down

0 comments on commit 131be6f

Please sign in to comment.