Merge pull request #4 from rajatenzyme/master

companyLogo CSS property changed
This commit is contained in:
Vishwa Gaurav
2024-05-28 12:31:40 +05:30
committed by GitHub

View File

@@ -177,7 +177,7 @@ function parseJobList(jobData) {
.replaceAll(" ", "") || "";
const jobUrl = job.find(".base-card__full-link").attr("href") || "";
const companyLogo =
job.find(".artdeco-entity-image").attr("data-ghost-url") || "";
job.find(".artdeco-entity-image").attr("data-delayed-url") || "";
const agoTime =
job.find(".job-search-card__listdate").text().trim() || "";
return {