Remove additional json from file download.

This commit is contained in:
Wout Bouckaert
2025-09-26 16:19:04 -06:00
parent 466e830807
commit 189683ae2e

View File

@@ -934,4 +934,4 @@ class ApiServersServerFileDownload(BaseApiHandler):
if directory_download:
os.remove(download_path)
return self.finish_json(200, {"status": "ok"})
return None