mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Split check user params tests
This commit is contained in:
parent
4beda9e12a
commit
906f46d084
12 changed files with 1080 additions and 910 deletions
|
@ -362,7 +362,7 @@ async function listVideoChannelFollowers (req: express.Request, res: express.Res
|
|||
count: req.query.count,
|
||||
sort: req.query.sort,
|
||||
search: req.query.search,
|
||||
state: 'accepted',
|
||||
state: 'accepted'
|
||||
})
|
||||
|
||||
return res.json(getFormattedObjects(resultList.data, resultList.total))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue