diff options
Diffstat (limited to 'server/controllers/api/accounts.ts')
-rw-r--r-- | server/controllers/api/accounts.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/controllers/api/accounts.ts b/server/controllers/api/accounts.ts index 77edfa7c2..8eb880d59 100644 --- a/server/controllers/api/accounts.ts +++ b/server/controllers/api/accounts.ts | |||
@@ -221,7 +221,7 @@ async function listAccountFollowers (req: express.Request, res: express.Response | |||
221 | count: req.query.count, | 221 | count: req.query.count, |
222 | sort: req.query.sort, | 222 | sort: req.query.sort, |
223 | search: req.query.search, | 223 | search: req.query.search, |
224 | state: 'accepted', | 224 | state: 'accepted' |
225 | }) | 225 | }) |
226 | 226 | ||
227 | return res.json(getFormattedObjects(resultList.data, resultList.total)) | 227 | return res.json(getFormattedObjects(resultList.data, resultList.total)) |