]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/activitypub/video-comments.ts
Fix import captions test
[github/Chocobozzz/PeerTube.git] / server / lib / activitypub / video-comments.ts
index 8642d2432df8083afe5e6fce977a8e9d71e701ef..3aee6799e2c48cea82dc7179913ea7837ece3af9 100644 (file)
@@ -120,7 +120,7 @@ async function resolveParentComment (params: ResolveThreadParams) {
     throw new Error('Recursion limit reached when resolving a thread')
   }
 
-  const { body } = await doRequest({
+  const { body } = await doRequest<any>({
     uri: url,
     json: true,
     activityPub: true