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:
parent
df4c603dea
commit
1d26d05fd9
6 changed files with 27 additions and 8 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue