auto-sync: 2026-05-18 13:16:37

This commit is contained in:
cfdaily
2026-05-18 13:16:37 +08:00
parent 2149398997
commit bb1a33c091
+1
View File
@@ -77,6 +77,7 @@ async def create_task(project_id: str, body: Dict[str, Any]):
parent_task=body.get("parent_task"),
risk_level=body.get("risk_level", "standard"),
stage=body.get("stage"),
stages_json=body.get("stages_json", "[]"),
)
bb.create_task(task)
return {"ok": True, "task_id": task.id}