fix lexic typo
This commit is contained in:
parent
6b17ac70b1
commit
862f968f1b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue