Misc Typing Fixes

This commit is contained in:
Felix Kaspar
2023-11-21 00:20:19 +01:00
parent 498f287d57
commit 162a2baa44
3 changed files with 7 additions and 9 deletions

View File

@@ -190,7 +190,7 @@ router.get("/result/:workflowUuid", async (req: Request, res: Response) => {
/*
* If workflow isn't done return error
* Send file, TODO: if there are multiple outputs return as zip
* Send file, if there are multiple outputs return as zip
* If download is done, delete results / allow deletion within the next 5-60 mins
*/
const workflow = activeWorkflows[req.params.workflowUuid];