From bc01017be99c8d8390f45f82e97ed506b9f1b6a6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 29 May 2019 16:57:43 +0200 Subject: Add ability to subscribe from the channel account page --- server/controllers/api/accounts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/controllers/api/accounts.ts b/server/controllers/api/accounts.ts index 9b3489120..5a1d652f2 100644 --- a/server/controllers/api/accounts.ts +++ b/server/controllers/api/accounts.ts @@ -117,7 +117,7 @@ async function listAccountChannels (req: express.Request, res: express.Response) accountId: res.locals.account.id, start: req.query.start, count: req.query.count, - sort: req.query.sort, + sort: req.query.sort } const resultList = await VideoChannelModel.listByAccount(options) -- cgit v1.2.3