fix lexic typo

This commit is contained in:
Niko 2022-02-16 15:47:49 +01:00
parent 6b17ac70b1
commit 862f968f1b
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ module.exports = {
const follow = await getValidFollow(req, res)
if (follow === null)
return res.json({ error: 'no_following' })
return res.json({ error: 'not_following' })
const actor = await apex.store.getObject(
apID(res.locals.user.username), true)