Commit 3e66f6e
fix(terminal-security): add explicit type annotation for TypeScript
Add explicit ToolPolicy type annotation to mostRestrictivePolicy variable
to fix TypeScript compilation error in CI. TypeScript was inferring a
narrower type that didn't include 'disabled', causing type mismatch errors.
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <[email protected]>
Co-authored-by: Username <[email protected]>1 parent bbb72d1 commit 3e66f6e
File tree
1 file changed
+1
-1
lines changed- packages/terminal-security/src
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments