Fix renamed field
This commit is contained in:
parent
43d19d3106
commit
83b3e42192
1 changed files with 1 additions and 1 deletions
|
@ -109,6 +109,6 @@ def get_services(*, user: User) -> list[ServiceInterface]:
|
||||||
return [
|
return [
|
||||||
access.service_implementation
|
access.service_implementation
|
||||||
for access in ServiceAccess.objects.filter(
|
for access in ServiceAccess.objects.filter(
|
||||||
user=user,
|
member=user,
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Reference in a new issue