mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-09 10:13:42 +00:00
actually parse user
This commit is contained in:
parent
d4a8855683
commit
fff0810f02
1 changed files with 1 additions and 1 deletions
|
@ -1608,7 +1608,7 @@ const getFollowRequests = ({ credentials, pagination: savedPagination }) => {
|
|||
}).then((data) => {
|
||||
return {
|
||||
pagination,
|
||||
data
|
||||
data: data.map(parseUser)
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue