Commit 48c0196
fix: resolve restrict-template-expressions lint error in claude-process.ts
Wrap `subtype` with String() to convert from `unknown` to `string` before
using in template literal. This was the sole lint error causing CI failure
in workflow run #912.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f8c3bef commit 48c0196
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
0 commit comments