1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Align follower handle display on instance display in tables

This commit is contained in:
Rigel Kent 2020-05-07 23:12:54 +02:00 committed by Rigel Kent
parent df4c603dea
commit 1d26d05fd9
6 changed files with 27 additions and 8 deletions

View file

@ -154,5 +154,5 @@ async function reportVideoAbuse (req: express.Request, res: express.Response) {
logger.info('Abuse report for video %s created.', videoInstance.name)
return res.json({ videoAbuseJSON }).end()
return res.json({ videoAbuse: videoAbuseJSON }).end()
}