fix: closing {

This commit is contained in:
amhsirak
2025-06-06 00:52:52 +05:30
parent d292f6c576
commit 5d4412fb61

View File

@@ -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' });
}
}
);