Fix renamed field

This commit is contained in:
bbb 2025-01-15 14:05:34 +01:00
parent 43d19d3106
commit 83b3e42192
No known key found for this signature in database
GPG key ID: 486F0D69C845416E

View file

@ -109,6 +109,6 @@ def get_services(*, user: User) -> list[ServiceInterface]:
return [
access.service_implementation
for access in ServiceAccess.objects.filter(
user=user,
member=user,
)
]