1
0
Fork 0
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:
Chocobozzz 2021-10-19 15:02:43 +02:00
parent 4beda9e12a
commit 906f46d084
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 1080 additions and 910 deletions

View file

@ -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))