Commit 8d88875
Connectors: Remove unnecessary null coalescing for authentication method.
The `method` key is always present in the defaults array, so the
`?? ''` fallback is not needed.
See #64957.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 5111bb3 commit 8d88875
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
| 346 | + | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
| |||
0 commit comments