mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 03:54:31 -08:00
fix(jobs): add summer job_type
This commit is contained in:
@@ -15,6 +15,7 @@ class JobType(Enum):
|
||||
PER_DIEM = "perdiem"
|
||||
NIGHTS = "nights"
|
||||
OTHER = "other"
|
||||
SUMMER = "summer"
|
||||
|
||||
|
||||
class Location(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user