Commit 6e1afd7
Eero
fix(daemon): remove invalid string argument from fetchImageGenerationWithResponseRetry call
The second argument to fetchImageGenerationWithResponseRetry() is an
optional onSettled callback, not a provider label string. Passing
'comfyui' caused TypeScript errors across all test suites.
This matches the pattern used by other providers (custom-image,
nanobanana) which omit the second argument entirely.1 parent d8708a2 commit 6e1afd7
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1315 | 1315 | | |
1316 | 1316 | | |
1317 | 1317 | | |
1318 | | - | |
1319 | 1318 | | |
1320 | 1319 | | |
1321 | 1320 | | |
| |||
0 commit comments