reverted ziprecruiter

This commit is contained in:
fakebranden
2025-03-12 00:16:09 +00:00
parent 25c084ca2c
commit cd916c7978
2 changed files with 12 additions and 18 deletions

View File

@@ -28,4 +28,4 @@ def get_job_type_enum(job_type_str: str) -> list[JobType] | None:
for job_type in JobType:
if job_type_str in job_type.value:
return [job_type]
return None
return None