Commit c372cb4
fix(gateway): guard indexed message access for noUncheckedIndexedAccess
`body.messages[i]` is `| undefined` under the package's strict tsconfig —
broke the Docker image build (tsc) after the latest-user-message block fix.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d892c20 commit c372cb4
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
330 | | - | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| 347 | + | |
347 | 348 | | |
348 | 349 | | |
349 | 350 | | |
| |||
0 commit comments