Apply suggestion to src/services/follow_manipulate/follow_manipulate.js

This commit is contained in:
rinpatch 2019-08-09 12:01:57 +00:00
parent 766bcc2a72
commit e83b321ff2
1 changed files with 1 additions and 1 deletions

View File

@ -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 })
})
})
})