diff options
Diffstat (limited to 'server/helpers/middlewares')
-rw-r--r-- | server/helpers/middlewares/video-captions.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/helpers/middlewares/video-captions.ts b/server/helpers/middlewares/video-captions.ts index 10267eda1..226d3c5f8 100644 --- a/server/helpers/middlewares/video-captions.ts +++ b/server/helpers/middlewares/video-captions.ts | |||
@@ -9,7 +9,6 @@ async function doesVideoCaptionExist (video: MVideoId, language: string, res: Re | |||
9 | if (!videoCaption) { | 9 | if (!videoCaption) { |
10 | res.status(HttpStatusCode.NOT_FOUND_404) | 10 | res.status(HttpStatusCode.NOT_FOUND_404) |
11 | .json({ error: 'Video caption not found' }) | 11 | .json({ error: 'Video caption not found' }) |
12 | .end() | ||
13 | 12 | ||
14 | return false | 13 | return false |
15 | } | 14 | } |