Skip to content

Commit

Permalink
commented centroid in TaskBase schema
Browse files Browse the repository at this point in the history
  • Loading branch information
nrjadkry committed Sep 28, 2023
1 parent 5eee14b commit 3167eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/app/tasks/tasks_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class TaskBase(BaseModel):
project_task_index: int
project_task_name: str
outline_geojson: Feature
outline_centroid: Feature
# outline_centroid: Feature
# initial_feature_count: int
task_status: TaskStatus
locked_by_uid: int = None
Expand Down

0 comments on commit 3167eba

Please sign in to comment.