mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-29 19:25:50 +00:00
format
This commit is contained in:
parent
f9a7e40488
commit
608efeb565
@ -26,6 +26,7 @@ def user_group_list_for_current_user() -> flask.wrappers.Response:
|
||||
group_identifiers = [
|
||||
i.identifier
|
||||
for i in groups
|
||||
if i.identifier != current_app.config["SPIFFWORKFLOW_BACKEND_DEFAULT_USER_GROUP"]
|
||||
if i.identifier
|
||||
!= current_app.config["SPIFFWORKFLOW_BACKEND_DEFAULT_USER_GROUP"]
|
||||
]
|
||||
return make_response(jsonify(sorted(group_identifiers)), 200)
|
||||
|
Loading…
x
Reference in New Issue
Block a user