diff options
Diffstat (limited to 'server/controllers/api/video-channel.ts')
-rw-r--r-- | server/controllers/api/video-channel.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/video-channel.ts b/server/controllers/api/video-channel.ts index f370c7004..7bf7a68c9 100644 --- a/server/controllers/api/video-channel.ts +++ b/server/controllers/api/video-channel.ts | |||
@@ -362,7 +362,7 @@ async function listVideoChannelFollowers (req: express.Request, res: express.Res | |||
362 | count: req.query.count, | 362 | count: req.query.count, |
363 | sort: req.query.sort, | 363 | sort: req.query.sort, |
364 | search: req.query.search, | 364 | search: req.query.search, |
365 | state: 'accepted', | 365 | state: 'accepted' |
366 | }) | 366 | }) |
367 | 367 | ||
368 | return res.json(getFormattedObjects(resultList.data, resultList.total)) | 368 | return res.json(getFormattedObjects(resultList.data, resultList.total)) |