mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-03-30 14:02:11 +02: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