Commit 38e0e40
committed
fix: add missing exception chaining in _verify_via_api
Self-audit caught: _verify_local had 'from e' on all 3 except
handlers, but _verify_via_api's catch-all was missing it. Original
Supabase error traceback was being lost on API fallback failures.
289 tests pass.1 parent 9e6d2c1 commit 38e0e40
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments