mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 00:39:49 +00:00
make all fields optional but nonnullable
This commit is contained in:
@@ -17,11 +17,6 @@ function createJob(
|
||||
id,
|
||||
status,
|
||||
create_time: 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