feat: remove caps

This commit is contained in:
karishmas6
2024-10-08 21:18:16 +05:30
parent 49bb516859
commit c94268f7cd

View File

@@ -318,7 +318,7 @@ router.post('/runs/abort/:fileName/:runId', requireSignIn, async (req, res) => {
}, {});
const run_meta = {
...parsedRun,
status: 'ABORTED',
status: 'aborted',
finishedAt: null,
browserId: null,
log: currentLog,