diff --git a/scraper/src/scraper.js b/scraper/src/scraper.js index 2d7253ee..24bd2941 100644 --- a/scraper/src/scraper.js +++ b/scraper/src/scraper.js @@ -28,4 +28,4 @@ const browser = await playwright.chromium.launch({ } } -module.exports = scraper; \ No newline at end of file +export default scraper; \ No newline at end of file