mirror of https://github.com/Bunsly/JobSpy
fix(jobs): add summer job_type
parent
5046fad850
commit
e86acba9f8
|
@ -15,6 +15,7 @@ class JobType(Enum):
|
|||
PER_DIEM = "perdiem"
|
||||
NIGHTS = "nights"
|
||||
OTHER = "other"
|
||||
SUMMER = "summer"
|
||||
|
||||
|
||||
class Location(BaseModel):
|
||||
|
|
Loading…
Reference in New Issue