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