aboutsummaryrefslogtreecommitdiff
path: root/src/services/follow_manipulate
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-08-09 12:01:57 +0000
committerrinpatch <rinpatch@sdf.org>2019-08-09 12:01:57 +0000
commite83b321ff296dc7c3d8eba52a416ecc13a54e141 (patch)
treedf705808de886d4ecae951cac4d03afe6390a3e0 /src/services/follow_manipulate
parent766bcc2a72bc9e6966c0ce174d1887ac6b8cc5c4 (diff)
Apply suggestion to src/services/follow_manipulate/follow_manipulate.js
Diffstat (limited to 'src/services/follow_manipulate')
-rw-r--r--src/services/follow_manipulate/follow_manipulate.js2
1 files changed, 1 insertions, 1 deletions
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 })
})
})
})