diff --git a/api/src/routes/api/stp.ts b/api/src/routes/api/stp.ts index 6bc8995..d7ab22a 100644 --- a/api/src/routes/api/stp.ts +++ b/api/src/routes/api/stp.ts @@ -40,7 +40,6 @@ stpRouter.post( fileUploadController.preuploadMiddleware, fileUploadController.getMulterUploadObject().any(), async (req: any, res: any) => { - let _program if (isExecutionQuery(req.query)) { _program = req.query._program