mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-25 21:41:27 +00:00
replace uuid with str
This commit is contained in:
parent
f940a23e7e
commit
af902923ab
|
@ -45,7 +45,7 @@ class Job(BaseModel):
|
|||
Job class.
|
||||
"""
|
||||
|
||||
uid: UUID = uuid.uuid4()
|
||||
uid: str = uuid.uuid4().urn
|
||||
name: str
|
||||
description: str
|
||||
status: JobStatus
|
||||
|
|
Loading…
Reference in a new issue