diff --git a/src/endpoints/tv-shows.ts b/src/endpoints/tv-shows.ts index bc04d66..4bfd454 100644 --- a/src/endpoints/tv-shows.ts +++ b/src/endpoints/tv-shows.ts @@ -77,7 +77,9 @@ export class TvShowsEndpoint extends BaseEndpoint { } async aggregateCredits(id: number): Promise { - return await this.api.get(`${BASE_TV}/${id}/aggregate_credits`); + return await this.api.get( + `${BASE_TV}/${id}/aggregate_credits` + ); } async credits(id: number): Promise {