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); } -} + } /**