Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
akshgpt7 committed Aug 19, 2020
1 parent 8864298 commit 6262336
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ export interface schema_activities_list extends param {
regionCode?: string;
}


export interface schema_captions_list extends param {
part: string;
videoId: string;
Expand Down Expand Up @@ -159,7 +158,6 @@ export interface schema_commentThreads_update extends param {
part: string;
}


export interface schema_i18nLanguages_list extends param {
part: string;
hl?: string;
Expand Down
2 changes: 0 additions & 2 deletions src/youtube-deno.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export class YouTube {
});
}


captions_list(params: schemas.schema_captions_list) {
let method = "captions";
let request_url = this.create_url(method, params);
Expand Down Expand Up @@ -383,7 +382,6 @@ export class YouTube {
});
}


i18nLanguages_list(params: schemas.schema_i18nLanguages_list) {
let method = "i18nLanguages";
let request_url = this.create_url(method, params);
Expand Down

0 comments on commit 6262336

Please sign in to comment.