Commit 9aacdce
Alejandro Aspinwall
fix(addon): wrap OIDC_USER case in block to satisfy no-case-declarations
The mutual-exclusion read added in the previous commit declared a lexical
`const existingAuth` directly in the `case OIDC_USER:` block, tripping
eslint's no-case-declarations rule (fails CI lint). Wrap the case body in
braces. No behavior change.1 parent bf74762 commit 9aacdce
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| 327 | + | |
327 | 328 | | |
328 | 329 | | |
329 | 330 | | |
| |||
0 commit comments