forked from AkkomaGang/akkoma-fe
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