Fix lint
This commit is contained in:
parent
84992f5606
commit
fd59208e8c
|
@ -8,7 +8,6 @@ import {
|
|||
MVideoThumbnail
|
||||
} from '@server/types/models'
|
||||
|
||||
|
||||
type VideoLoadType = 'for-api' | 'all' | 'only-video' | 'id' | 'none' | 'only-immutable-attributes'
|
||||
|
||||
function loadVideo (id: number | string, fetchType: 'for-api', userId?: number): Promise<MVideoFormattableDetails>
|
||||
|
|
Loading…
Reference in New Issue