GuglielmoTor commited on
Commit
0c7dac6
·
verified ·
1 Parent(s): 3d67c35

Update features/insight_and_tasks/data_models/tasks.py

Browse files
features/insight_and_tasks/data_models/tasks.py CHANGED
@@ -172,7 +172,7 @@ class OKR(BaseModel):
172
  )
173
  objective_owner: Optional[str] = Field(
174
  default=None,
175
- description="The team or individual primarily responsible for this objective.",
176
  max_length=50
177
  )
178
 
 
172
  )
173
  objective_owner: Optional[str] = Field(
174
  default=None,
175
+ description="The team name",
176
  max_length=50
177
  )
178