From e83b321ff296dc7c3d8eba52a416ecc13a54e141 Mon Sep 17 00:00:00 2001 From: rinpatch Date: Fri, 9 Aug 2019 12:01:57 +0000 Subject: [PATCH] Apply suggestion to src/services/follow_manipulate/follow_manipulate.js --- src/services/follow_manipulate/follow_manipulate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/follow_manipulate/follow_manipulate.js b/src/services/follow_manipulate/follow_manipulate.js index 3a953ab3..bd8ae979 100644 --- a/src/services/follow_manipulate/follow_manipulate.js +++ b/src/services/follow_manipulate/follow_manipulate.js @@ -36,7 +36,7 @@ export const requestFollow = (user, store) => new Promise((resolve, reject) => { return fetchUser(1, user, store) .then((sent) => { - resolve({ sent: sent }) + resolve({ sent }) }) }) })