From 321bd01704b9a193ae08bfd98d853b7e728474b6 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 05:24:52 +0530 Subject: [PATCH] chore: lint --- maxun-core/src/interpret.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 994346ea..e2acfa96 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -97,9 +97,9 @@ export default class Interpreter extends EventEmitter { private async disableAdBlocker(page: Page): Promise { if (this.blocker) { - await this.blocker.disableBlockingInPage(page); + await this.blocker.disableBlockingInPage(page); } -} + } /**