Formatting with eslint
Should probably be configured to run for every commit in the future
This commit is contained in:
@@ -63,7 +63,7 @@ export default class TMDB {
|
||||
get discover(): DiscoverEndpoint{
|
||||
return new DiscoverEndpoint(this.accessToken);
|
||||
}
|
||||
|
||||
|
||||
get people(): PeopleEndpoint{
|
||||
return new PeopleEndpoint(this.accessToken);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user