Commit 5fb6996
committed
Fix orchestrator queue normalization for object-format tasks
When queue items are objects like {issue: N, title: ...}, .map(Number)
converts them to NaN, causing triggerTask(NaN) -> POST /issues/NaN -> 404.
Co-authored-by: LSantha <LSantha@users.noreply.github.com>1 parent fe52e47 commit 5fb6996
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments