forked from AkkomaGang/akkoma-fe
Apply suggestion to src/services/follow_manipulate/follow_manipulate.js
This commit is contained in:
parent
766bcc2a72
commit
e83b321ff2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export const requestFollow = (user, store) => new Promise((resolve, reject) => {
|
||||||
|
|
||||||
return fetchUser(1, user, store)
|
return fetchUser(1, user, store)
|
||||||
.then((sent) => {
|
.then((sent) => {
|
||||||
resolve({ sent: sent })
|
resolve({ sent })
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue