- linkedin schema migration

This commit is contained in:
zacharyhampton
2023-07-11 12:02:50 -05:00
parent 16ddb9b485
commit 804646d91b

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