Skip to content

Commit 649f412

Browse files
committed
fix: Resolves broken Proxy Scraper functionality.
closes #248
1 parent a2edabb commit 649f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapers/services/proxy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import cheerio from 'cheerio';
1+
import * as cheerio from 'cheerio';
22

33
const proxy:ScraperSettings = {
44
id: 'proxy',

0 commit comments

Comments
 (0)