applying format

This commit is contained in:
Benjamin Lei
2023-08-30 17:58:37 -07:00
parent caae3009d5
commit f605edf354
10 changed files with 35 additions and 19 deletions

View File

@@ -94,7 +94,7 @@ export class TMDB {
return new CollectionsEndpoint(this.accessToken);
}
get tvSeasons() : TvSeasonsEndpoint {
get tvSeasons(): TvSeasonsEndpoint {
return new TvSeasonsEndpoint(this.accessToken);
}
}