mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-07 14:06:06 +01:00
changelog, codestyle
This commit is contained in:
parent
f156f05b37
commit
e1853583b0
2 changed files with 3 additions and 3 deletions
|
|
@ -217,7 +217,7 @@ class SearchView(APIView):
|
|||
}
|
||||
|
||||
def get(self, request, format=None):
|
||||
if not 'query' in request.query_params:
|
||||
if 'query' not in request.query_params:
|
||||
return Response({
|
||||
'count': 0,
|
||||
'page': 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue