Commit 6c8c6ff
- Convert all 6 fetch functions from response.ok/response.json() pattern to
direct api.get<T>() typed calls — ApiClient already parses JSON and throws
on HTTP errors, so Response object API was never valid
- Rename destructured useWebSocket option to enableWebSocket to avoid
shadowing the imported useWebSocket composable
- Fix implicit any in alertmanagerAlerts filter — add PerformanceAlert type
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a2aed33 commit 6c8c6ff
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
0 commit comments