]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/send/send-update.ts
Cleanup server fixme
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / send / send-update.ts
index cb14b8dbfeffb08076cf6701b18ea9eb8a6a882f..9c76671b5d8b931bdbbeef4fe14f7cbcd06bf9a2 100644 (file)
@@ -35,7 +35,7 @@ async function sendUpdateVideo (videoArg: MVideoAPWithoutCaption, t: Transaction
 
   // Needed to build the AP object
   if (!video.VideoCaptions) {
-    video.VideoCaptions = await video.$get('VideoCaptions', { transaction: t }) as VideoCaptionModel[]
+    video.VideoCaptions = await video.$get('VideoCaptions', { transaction: t })
   }
 
   const videoObject = video.toActivityPubObject()