mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix comments deleted display
This commit is contained in:
parent
923ff87da2
commit
8adf0a767f
3 changed files with 48 additions and 14 deletions
|
@ -178,5 +178,5 @@ async function removeVideoComment (req: express.Request, res: express.Response)
|
|||
|
||||
auditLogger.delete(getAuditIdFromRes(res), new CommentAuditView(videoCommentInstance.toFormattedJSON()))
|
||||
|
||||
return res.type('json').status(204)
|
||||
return res.type('json').status(204).end()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue