From 8738ac7fda2657bc71dd8f447c4183a6087368e0 Mon Sep 17 00:00:00 2001 From: Benjamin Lei Date: Fri, 1 Sep 2023 18:53:24 -0700 Subject: [PATCH] omit type like rest --- src/endpoints/tv-seasons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/endpoints/tv-seasons.ts b/src/endpoints/tv-seasons.ts index 8f854a0..7be3512 100644 --- a/src/endpoints/tv-seasons.ts +++ b/src/endpoints/tv-seasons.ts @@ -46,7 +46,7 @@ export class TvSeasonsEndpoint extends BaseEndpoint { async aggregateCredits( seasonSelection: SeasonSelection, options?: LanguageOption - ): Promise { + ) { return await this.api.get( `${BASE_SEASON(seasonSelection)}/aggregate_credits`, options