Commit 62f275c
fix(settings): Fix type predicate for scopes filter
Use NonNullable<typeof v> instead of string since the array contains
Scope (a string literal union), not plain string.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ecd9c91 commit 62f275c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments