From 0db09e6e5d251d60b7d0945fec616672f402d676 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 10 Oct 2024 04:37:14 +0530 Subject: [PATCH] fix: whitespace --- server/src/routes/workflow.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/src/routes/workflow.ts b/server/src/routes/workflow.ts index 1f95371e..05fa3abb 100644 --- a/server/src/routes/workflow.ts +++ b/server/src/routes/workflow.ts @@ -103,9 +103,6 @@ router.put('/pair/:index', requireSignIn, (req, res) => { /** * PUT endpoint for updating the currently generated workflow file from the one in the storage. */ - - - router.put('/:browserId/:id', requireSignIn, async (req, res) => { try { const browser = browserPool.getRemoteBrowser(req.params.browserId);