aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
Diffstat (limited to 'shared')
-rw-r--r--shared/models/videos/abuse/video-abuse.model.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/videos/abuse/video-abuse.model.ts b/shared/models/videos/abuse/video-abuse.model.ts
index bbef7f4f9..f2c2cdc41 100644
--- a/shared/models/videos/abuse/video-abuse.model.ts
+++ b/shared/models/videos/abuse/video-abuse.model.ts
@@ -23,7 +23,7 @@ export interface VideoAbuse {
23 } 23 }
24 24
25 createdAt: Date 25 createdAt: Date
26 updatedAt?: Date 26 updatedAt: Date
27 27
28 count?: number 28 count?: number
29 nth?: number 29 nth?: number