From fd59208e8ccd796f9ad7e35db82d0c33acfcb92c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 Aug 2022 11:54:08 +0200 Subject: [PATCH] Fix lint --- server/lib/model-loaders/video.ts | 1 - 1 file changed, 1 deletion(-) 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 { 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