From 6fa2cab46de800971aa39d45c75ba5a9e717e846 Mon Sep 17 00:00:00 2001 From: Vittorio Palmisano Date: Fri, 19 Apr 2024 21:25:57 +0200 Subject: [PATCH] fix lint --- src/session.ts | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/session.ts b/src/session.ts index adc41d5..ff56ef7 100644 --- a/src/session.ts +++ b/src/session.ts @@ -1181,12 +1181,9 @@ window.SERVER_USE_HTTPS = ${this.serverUseHttps}; ) // Simulate mouse clicks - await page.exposeFunction( - 'mouseClick', - async (selector: string) => { - await page.click(selector) - }, - ) + await page.exposeFunction('mouseClick', async (selector: string) => { + await page.click(selector) + }) const lorem = new LoremIpsum({ sentencesPerParagraph: {