fix: whitespace
This commit is contained in:
@@ -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.
|
* PUT endpoint for updating the currently generated workflow file from the one in the storage.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
router.put('/:browserId/:id', requireSignIn, async (req, res) => {
|
router.put('/:browserId/:id', requireSignIn, async (req, res) => {
|
||||||
try {
|
try {
|
||||||
const browser = browserPool.getRemoteBrowser(req.params.browserId);
|
const browser = browserPool.getRemoteBrowser(req.params.browserId);
|
||||||
|
|||||||
Reference in New Issue
Block a user