chore: lint

This commit is contained in:
karishmas6
2024-08-21 05:24:52 +05:30
parent 130f59a7c9
commit 321bd01704

View File

@@ -99,7 +99,7 @@ export default class Interpreter extends EventEmitter {
if (this.blocker) { if (this.blocker) {
await this.blocker.disableBlockingInPage(page); await this.blocker.disableBlockingInPage(page);
} }
} }
/** /**