From 8ab98cfb61993c25b3cfa365dcada1f92872ef97 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 13 Jul 2022 11:03:07 +0200 Subject: Prevent 500 in AP clietn --- server/models/video/video-comment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/models') diff --git a/server/models/video/video-comment.ts b/server/models/video/video-comment.ts index 1d3178164..6c5a764bf 100644 --- a/server/models/video/video-comment.ts +++ b/server/models/video/video-comment.ts @@ -913,7 +913,7 @@ export class VideoCommentModel extends Model