Merge branch 'master' into test-softdeleted

This commit is contained in:
Moriz Wahl 2022-02-23 18:13:07 +01:00 committed by GitHub
commit 5fccc66126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,13 @@ export class AdminResolver {
pageSize,
)
if (users.length === 0) {
return {
userCount: 0,
userList: [],
}
}
const creations = await getUserCreations(users.map((u) => u.id))
const adminUsers = await Promise.all(