We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d292f6c commit 5d4412fCopy full SHA for 5d4412f
server/src/routes/storage.ts
@@ -945,3 +945,5 @@ router.post('/runs/abort/:id', requireSignIn, async (req: AuthenticatedRequest,
945
logger.log('error', `Error aborting run ${req.params.id}: ${message}`);
946
return res.status(500).send({ error: 'Failed to abort run' });
947
}
948
+}
949
+);
0 commit comments