aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models
diff options
context:
space:
mode:
Diffstat (limited to 'server/models')
-rw-r--r--server/models/video-abuse.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/models/video-abuse.js b/server/models/video-abuse.js
index 766a7568d..67cead3af 100644
--- a/server/models/video-abuse.js
+++ b/server/models/video-abuse.js
@@ -106,7 +106,8 @@ function toFormatedJSON () {
106 reporterPodHost, 106 reporterPodHost,
107 reason: this.reason, 107 reason: this.reason,
108 reporterUsername: this.reporterUsername, 108 reporterUsername: this.reporterUsername,
109 videoId: this.videoId 109 videoId: this.videoId,
110 createdAt: this.createdAt
110 } 111 }
111 112
112 return json 113 return json