Commit f634759
fix: add non-null assertion to config.service loadConfig
Add non-null assertion operator to fix TypeScript error TS2322.
After assigning the config from response.json(), TypeScript still
considers it possibly null. The assertion is safe since we just
assigned it.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1d07bc4 commit f634759
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments