Commit 004d5c0
Format catch block in oauth-pkce.ts to satisfy Biome lint
The single-line ``catch { /* ... */ }`` form introduced by the OAuth
PKCE middleware commit failed ``biome check`` in CI. Expand to
multi-line so ``make lint`` passes.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d24773e commit 004d5c0
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
868 | 870 | | |
869 | 871 | | |
870 | 872 | | |
| |||
0 commit comments