chore: lint

This commit is contained in:
karishmas6
2024-06-09 00:40:13 +05:30
parent 3ccf3d247f
commit 48717ce77b

View File

@@ -20,7 +20,7 @@ export const router = Router();
* Logs information about remote browser recording session.
*/
router.all('/', (req, res, next) => {
logger.log('debug',`The record API was invoked: ${req.url}`)
logger.log('debug', `The record API was invoked: ${req.url}`)
next() // pass control to the next handler
})