Commit 1882306
fix: narrow HealthResponse.status to Literal["ok", "degraded"]
Server only ever emits one of these two values (ok when redis+db are
both reachable, degraded when either ping fails). Reference:
apps/api/src/routes/health/index.ts:21 in sgai-api-v2-clean.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 752a951 commit 1882306
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
0 commit comments