remove .idea
This commit is contained in:
13
src/tmdb.ts
13
src/tmdb.ts
@@ -1,6 +1,4 @@
|
||||
import { Account } from "./endpoints/account";
|
||||
import {config} from "./config";
|
||||
import fetch from "node-fetch";
|
||||
|
||||
import {Certification} from "./endpoints/certification";
|
||||
import {Change} from "./endpoints/changes";
|
||||
@@ -24,18 +22,7 @@ export class TMDB {
|
||||
return new Change(this.accessToken);
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
const tmdb = new TMDB(config.accessToken!);
|
||||
|
||||
|
||||
(async () => {
|
||||
const changes = await tmdb.changes.movies()
|
||||
console.log(changes);
|
||||
})()
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user