- linkedin schema migration

pull/12/head
zacharyhampton 2023-07-11 12:02:50 -05:00
parent 16ddb9b485
commit 804646d91b
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