mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2025-02-25 14:43:04 +01: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) => {
|
}).then((data) => {
|
||||||
return {
|
return {
|
||||||
pagination,
|
pagination,
|
||||||
data
|
data: data.map(parseUser)
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue