From 3102ed9cc7ca8865c42fb5dd1b019d8a0a8fc143 Mon Sep 17 00:00:00 2001 From: AMAICDAX Date: Wed, 10 Sep 2025 11:40:46 +0200 Subject: [PATCH] modif --- controllers/linkedin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({