Fix the graph rendering

This commit is contained in:
Mark Veidemanis 2022-09-30 07:22:22 +01:00
parent 835be7e001
commit 2a4db7476f
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ def make_graph(results):
"date": date,
}
)
return orjson.dumps(graph)
return orjson.dumps(graph).decode("utf-8")
def drilldown_search(request, return_context=False, template=None):