]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/api/videos/comment.ts
Fix nginx template on dual stack server
[github/Chocobozzz/PeerTube.git] / server / controllers / api / videos / comment.ts
index feda71bdd769caf8529b76adec385f5e5e15be0a..39d521f5f9ea6966a04bb21593fba342db138937 100644 (file)
@@ -110,7 +110,7 @@ async function listVideoThreadComments (req: express.Request, res: express.Respo
     const apiOptions = await Hooks.wrapObject({
       videoId: video.id,
       threadId: res.locals.videoCommentThread.id,
-      user: user
+      user
     }, 'filter:api.video-thread-comments.list.params')
 
     resultList = await Hooks.wrapPromiseFun(