refac: db group

This commit is contained in:
Timothy Jaeryang Baek
2025-11-28 22:48:58 -05:00
parent a7c7993bbf
commit c1d760692f
5 changed files with 109 additions and 40 deletions
+1 -1
View File
@@ -719,7 +719,7 @@ async def get_groups(
):
"""List SCIM Groups"""
# Get all groups
groups_list = Groups.get_groups()
groups_list = Groups.get_all_groups()
# Apply pagination
total = len(groups_list)