mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix thread replies API response
This commit is contained in:
parent
285981f4dd
commit
2a021e6cb6
2 changed files with 17 additions and 13 deletions
|
@ -166,8 +166,6 @@ async function listVideoThreadComments (req: express.Request, res: express.Respo
|
|||
}
|
||||
}
|
||||
|
||||
logger.info('coucou', { resultList })
|
||||
|
||||
if (resultList.data.length === 0) {
|
||||
return res.sendStatus(HttpStatusCode.NOT_FOUND_404)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue