Commit 729fd62
Fix BLOCKER BUG: wrong keyword argument in generate_flow route
Route passed format=format but service method expects fmt=fmt.
This caused a crash when hitting /api/flow/{view}.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent df5d28a commit 729fd62
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
117 | | - | |
| 116 | + | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments