From 6eb1d94dea4f5a6245fd4c608764114612f0cf11 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 05:25:54 +0530 Subject: [PATCH] fix: remove fullLists & Request --- maxun-core/src/interpret.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxun-core/src/interpret.ts b/maxun-core/src/interpret.ts index 876dd2bb..17a7143b 100644 --- a/maxun-core/src/interpret.ts +++ b/maxun-core/src/interpret.ts @@ -1,6 +1,6 @@ /* eslint-disable no-await-in-loop, no-restricted-syntax */ import { Page, PageScreenshotOptions } from 'playwright'; -import { fullLists, PlaywrightBlocker, Request } from '@cliqz/adblocker-playwright'; +import { PlaywrightBlocker } from '@cliqz/adblocker-playwright'; import fetch from 'cross-fetch'; import path from 'path';