diff --git a/controllers/linkedin.js b/controllers/linkedin.js index 2aa2412..714de60 100644 --- a/controllers/linkedin.js +++ b/controllers/linkedin.js @@ -91,7 +91,7 @@ const getUserProfile = async (req, res) => { } }; -const scrapeLinkedInProfile = async (profileUrl, email, password) => { +const scrapeLinkedInProfile = async (profileUrl) => { console.log("Scraping LinkedIn profile:", profileUrl); const browser = await chromium.launch({