chore: remove lodash import

This commit is contained in:
amhsirak
2025-04-01 23:23:52 +05:30
parent 22111737e8
commit 144fc1ac41

View File

@@ -9,7 +9,6 @@ import { chromium } from 'playwright-extra';
import stealthPlugin from 'puppeteer-extra-plugin-stealth';
import { PlaywrightBlocker } from '@cliqz/adblocker-playwright';
import fetch from 'cross-fetch';
import { throttle } from 'lodash';
import sharp from 'sharp';
import logger from '../../logger';