auto-sync: 2026-06-04 22:33:27

This commit is contained in:
cfdaily
2026-06-04 22:33:27 +08:00
parent 0572923815
commit 231094139f
4 changed files with 105 additions and 65 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ async def create_task(project_id: str, body: Dict[str, Any]):
task = Task(
id=task_id, title=title,
description=body.get("description"),
task_type=body.get("task_type", "coding"),
task_type=body.get("task_type", None),
priority=body.get("priority", 5),
assignee=assignee,
assigned_by=body.get("assigned_by", "user"),