From 862f968f1b329442d7fc5189cfbdceb4ca006ff5 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 16 Feb 2022 15:47:49 +0100 Subject: [PATCH] fix lexic typo --- api/src/api/accounts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/api/accounts.js b/api/src/api/accounts.js index 33309ea..553f3ae 100644 --- a/api/src/api/accounts.js +++ b/api/src/api/accounts.js @@ -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)