From 8c59fe859cbe095b4101e50bddc791936d95d9eb Mon Sep 17 00:00:00 2001 From: Benjamin Lei Date: Fri, 1 Sep 2023 18:34:54 -0700 Subject: [PATCH] format --- src/endpoints/tv-shows.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 {