Skip to content

Commit

Permalink
fix: make data_extract_url optional for ReadProject schema
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 24, 2024
1 parent 63247e8 commit 789c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/projects/project_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class ReadProject(ProjectBase):

project_uuid: uuid.UUID = uuid.uuid4()
location_str: Optional[str] = None
data_extract_url: str
data_extract_url: Optional[str] = None


class BackgroundTaskStatus(BaseModel):
Expand Down

0 comments on commit 789c0e6

Please sign in to comment.