- linkedin schema migration

pull/8/head
zacharyhampton 2023-07-11 12:02:50 -05:00
parent 0486479368
commit a8ae80ea98
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class LinkedInScraper(Scraper):
job_response = JobResponse(
success=True,
jobs=job_list,
job_count=job_count,
total_results=job_count,
)
return job_response