diff options
Diffstat (limited to 'server/models/video/video-comment.ts')
-rw-r--r-- | server/models/video/video-comment.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video-comment.ts b/server/models/video/video-comment.ts index e933989ae..c89279c65 100644 --- a/server/models/video/video-comment.ts +++ b/server/models/video/video-comment.ts | |||
@@ -585,7 +585,7 @@ export class VideoCommentModel extends Model<Partial<AttributesOnly<VideoComment | |||
585 | 585 | ||
586 | if (accountId) { | 586 | if (accountId) { |
587 | whereAnd.push({ | 587 | whereAnd.push({ |
588 | [Op.eq]: accountId | 588 | accountId |
589 | }) | 589 | }) |
590 | } | 590 | } |
591 | 591 | ||