Skip to content
Snippets Groups Projects
Commit 6aff7f7e authored by Tore.Brede's avatar Tore.Brede
Browse files

GREG-5: Fixing warning in override

parent 572657d5
No related branches found
No related tags found
1 merge request!12GREG-5: Adding verified filter for persons
Pipeline #88254 passed
......@@ -29,7 +29,7 @@ class PersonViewSet(viewsets.ModelViewSet):
)
]
)
def list(self, request):
def list(self, request, *args, **kwargs):
return super().list(request)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment