chore: prettier

This commit is contained in:
karishmas6
2024-10-12 22:43:43 +05:30
parent fe918625c0
commit 946c237755

View File

@@ -384,9 +384,6 @@ async function waitForRunCompletion(runId: string, interval: number = 2000) {
}
}
router.post("/robots/:id/runs", requireAPIKey, async (req: Request, res: Response) => {
try {
const runId = await handleRunRecording(req.params.id, req.user.dataValues.id);