mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix changes.
This commit is contained in:
parent
f21b5f49ab
commit
c6e08dd72d
@ -793,7 +793,12 @@ export class UserResolver {
|
|||||||
)
|
)
|
||||||
return {
|
return {
|
||||||
userCount: count,
|
userCount: count,
|
||||||
userList: adminUsers,
|
userList: users.map((user) => {
|
||||||
|
return {
|
||||||
|
firstName: user.firstName,
|
||||||
|
lastName: user.lastName,
|
||||||
|
}
|
||||||
|
}),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user