This commit is contained in:
AMAICDAX 2025-09-10 11:40:46 +02:00
parent 97bd114837
commit 3102ed9cc7

View file

@ -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); console.log("Scraping LinkedIn profile:", profileUrl);
const browser = await chromium.launch({ const browser = await chromium.launch({