fix: whitespace

This commit is contained in:
karishmas6
2024-10-10 04:37:14 +05:30
parent 95626de61d
commit 0db09e6e5d

View File

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