auto-sync: 2026-05-18 11:52:24

This commit is contained in:
cfdaily
2026-05-18 11:52:24 +08:00
parent a3bbb575e8
commit c67a0e7cb0
+3
View File
@@ -59,6 +59,9 @@ function adaptTask(raw: any): Task {
nodes: [],
plan_status: '',
sourceMeta: {},
parent_task: raw.parent_task || null,
stage: raw.stage || null,
stages_json: raw.stages_json || '[]',
};
return t;
}