mirror of
https://akkoma.dev/lamp/akkoma-fe.git
synced 2025-07-29 23:41:51 -04:00
Apply suggestion to src/services/follow_manipulate/follow_manipulate.js
This commit is contained in:
parent
766bcc2a72
commit
e83b321ff2
@ -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 })
|
||||
})
|
||||
})
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user