actually parse user
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
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