mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-30 04:36:39 +00:00
fix: add return
This commit is contained in:
parent
5d55a15706
commit
4cddf0e5eb
|
@ -31,4 +31,4 @@ class Users:
|
|||
|
||||
@strawberry.field(permission_classes=[IsAuthenticated])
|
||||
def groups_list() -> list:
|
||||
action_groups_list()
|
||||
return action_groups_list()
|
||||
|
|
Loading…
Reference in a new issue