modif
This commit is contained in:
parent
97bd114837
commit
3102ed9cc7
1 changed files with 1 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue