Skip to content

Commit 5d4412f

Browse files
committed
fix: closing {
1 parent d292f6c commit 5d4412f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/routes/storage.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,3 +945,5 @@ router.post('/runs/abort/:id', requireSignIn, async (req: AuthenticatedRequest,
945945
logger.log('error', `Error aborting run ${req.params.id}: ${message}`);
946946
return res.status(500).send({ error: 'Failed to abort run' });
947947
}
948+
}
949+
);

0 commit comments

Comments
 (0)