mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 05:32:02 +00:00
fix optional/nullable fields
This commit is contained in:
@@ -26,8 +26,11 @@ const createMockJob = (id: string, outputsCount = 1): JobListItem => ({
|
||||
id,
|
||||
status: 'completed',
|
||||
create_time: Date.now(),
|
||||
execution_start_time: null,
|
||||
execution_end_time: null,
|
||||
preview_output: null,
|
||||
outputs_count: outputsCount,
|
||||
workflow_id: null,
|
||||
priority: 0
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user