mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-03 12:42:01 +00:00
fix optional/nullable fields
This commit is contained in:
@@ -17,8 +17,11 @@ function createJob(
|
||||
id,
|
||||
status,
|
||||
create_time: createTime,
|
||||
update_time: createTime,
|
||||
last_state_update: createTime,
|
||||
execution_start_time: null,
|
||||
execution_end_time: null,
|
||||
preview_output: null,
|
||||
outputs_count: null,
|
||||
workflow_id: null,
|
||||
priority: priority ?? createTime
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user