diff --git a/server/src/routes/storage.ts b/server/src/routes/storage.ts index ee37b2be..154c50cb 100644 --- a/server/src/routes/storage.ts +++ b/server/src/routes/storage.ts @@ -945,3 +945,5 @@ router.post('/runs/abort/:id', requireSignIn, async (req: AuthenticatedRequest, logger.log('error', `Error aborting run ${req.params.id}: ${message}`); return res.status(500).send({ error: 'Failed to abort run' }); } +} +); \ No newline at end of file