mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-03 22:59:14 +00:00
The API returns execution_error: null for jobs without errors, but the Zod schema only had .optional() which doesn't handle null. This caused the entire parse to fail, resulting in 0 active jobs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>