We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2c9af commit 2bee78dCopy full SHA for 2bee78d
fast_api/routes/organization.py
@@ -362,7 +362,7 @@ def get_mapped_sorted_paginated_users(
362
return pack_json_result(
363
{
364
"mappedSortedPaginatedUsers": data,
365
- "fullCountUsers": len(active_users),
+ "fullCountUsers": len(data),
366
},
367
wrap_for_frontend=False, # needed because it's used like this on the frontend (kratos values)
368
)
0 commit comments