aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/custom-validators/activitypub/videos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/helpers/custom-validators/activitypub/videos.ts')
-rw-r--r--server/helpers/custom-validators/activitypub/videos.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/helpers/custom-validators/activitypub/videos.ts b/server/helpers/custom-validators/activitypub/videos.ts
index 37cd6965a..fb1d2d094 100644
--- a/server/helpers/custom-validators/activitypub/videos.ts
+++ b/server/helpers/custom-validators/activitypub/videos.ts
@@ -70,7 +70,8 @@ export {
70 isVideoTorrentCreateActivityValid, 70 isVideoTorrentCreateActivityValid,
71 isVideoTorrentUpdateActivityValid, 71 isVideoTorrentUpdateActivityValid,
72 isVideoTorrentDeleteActivityValid, 72 isVideoTorrentDeleteActivityValid,
73 isVideoFlagValid 73 isVideoFlagValid,
74 isVideoTorrentObjectValid
74} 75}
75 76
76// --------------------------------------------------------------------------- 77// ---------------------------------------------------------------------------