diff options
Diffstat (limited to 'shared/extra-utils/overviews/overviews-command.ts')
-rw-r--r-- | shared/extra-utils/overviews/overviews-command.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared/extra-utils/overviews/overviews-command.ts b/shared/extra-utils/overviews/overviews-command.ts index 0ac3cbd33..6f56b0ce4 100644 --- a/shared/extra-utils/overviews/overviews-command.ts +++ b/shared/extra-utils/overviews/overviews-command.ts | |||
@@ -6,7 +6,6 @@ export class OverviewsCommand extends AbstractCommand { | |||
6 | 6 | ||
7 | getVideos (options: OverrideCommandOptions & { | 7 | getVideos (options: OverrideCommandOptions & { |
8 | page: number | 8 | page: number |
9 | token?: string | ||
10 | }) { | 9 | }) { |
11 | const { token, page } = options | 10 | const { token, page } = options |
12 | const path = '/api/v1/overviews/videos' | 11 | const path = '/api/v1/overviews/videos' |