aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-abuse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/models/video/video-abuse.ts')
-rw-r--r--server/models/video/video-abuse.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video-abuse.ts b/server/models/video/video-abuse.ts
index cc7078ae7..65b734442 100644
--- a/server/models/video/video-abuse.ts
+++ b/server/models/video/video-abuse.ts
@@ -64,7 +64,7 @@ export class VideoAbuseModel extends Model<VideoAbuseModel> {
64 const query = { 64 const query = {
65 offset: start, 65 offset: start,
66 limit: count, 66 limit: count,
67 order: [ getSort(sort) ], 67 order: getSort(sort),
68 include: [ 68 include: [
69 { 69 {
70 model: AccountModel, 70 model: AccountModel,