diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-03 11:54:08 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-03 11:54:08 +0200 |
commit | fd59208e8ccd796f9ad7e35db82d0c33acfcb92c (patch) | |
tree | bfe0505304fe34850c7bc1e2a0f6c4c9641c49c1 /server/lib/model-loaders | |
parent | 84992f56069644b11f28cca2bb46277cd5912b69 (diff) | |
download | PeerTube-fd59208e8ccd796f9ad7e35db82d0c33acfcb92c.tar.gz PeerTube-fd59208e8ccd796f9ad7e35db82d0c33acfcb92c.tar.zst PeerTube-fd59208e8ccd796f9ad7e35db82d0c33acfcb92c.zip |
Fix lint
Diffstat (limited to 'server/lib/model-loaders')
-rw-r--r-- | server/lib/model-loaders/video.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/model-loaders/video.ts b/server/lib/model-loaders/video.ts index a64389a89..91057d405 100644 --- a/server/lib/model-loaders/video.ts +++ b/server/lib/model-loaders/video.ts | |||
@@ -8,7 +8,6 @@ import { | |||
8 | MVideoThumbnail | 8 | MVideoThumbnail |
9 | } from '@server/types/models' | 9 | } from '@server/types/models' |
10 | 10 | ||
11 | |||
12 | type VideoLoadType = 'for-api' | 'all' | 'only-video' | 'id' | 'none' | 'only-immutable-attributes' | 11 | type VideoLoadType = 'for-api' | 'all' | 'only-video' | 'id' | 'none' | 'only-immutable-attributes' |
13 | 12 | ||
14 | function loadVideo (id: number | string, fetchType: 'for-api', userId?: number): Promise<MVideoFormattableDetails> | 13 | function loadVideo (id: number | string, fetchType: 'for-api', userId?: number): Promise<MVideoFormattableDetails> |