Fix sorting in safe params

This commit is contained in:
Mark Veidemanis 2022-08-16 19:53:02 +01:00
parent 5888ee78d9
commit d9eb99c129
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class DrilldownContextModal(APIView):
SAFE_PARAMS["index"] = "main"
query_params["sorting"] = "desc"
SAFE_PARAMS["index"] = "main"
SAFE_PARAMS["sorting"] = "desc"
annotate = False
if query_params["src"] == "irc":