From d299afeb2ca94eb7e44e056607cf7f840dd6a60b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 5 Jun 2023 16:29:23 +0200 Subject: [PATCH] Fix lint --- client/src/standalone/videos/shared/video-fetcher.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/standalone/videos/shared/video-fetcher.ts b/client/src/standalone/videos/shared/video-fetcher.ts index d52730b83..7fb94fbf3 100644 --- a/client/src/standalone/videos/shared/video-fetcher.ts +++ b/client/src/standalone/videos/shared/video-fetcher.ts @@ -1,6 +1,6 @@ -import { PeerTubeServerError } from '../../../types' -import { HttpStatusCode, LiveVideo, Storyboard, VideoDetails, VideoToken } from '../../../../../shared/models' +import { HttpStatusCode, LiveVideo, VideoDetails, VideoToken } from '../../../../../shared/models' import { logger } from '../../../root-helpers' +import { PeerTubeServerError } from '../../../types' import { AuthHTTP } from './auth-http' export class VideoFetcher {