mirror of
https://github.com/fusion44/blitz_api.git
synced 2026-08-16 12:20:14 +02:00
@logger.catch defaults to reraise=False, so change_password and get_debug_logs_raw - which raise NotImplementedError - silently returned None. The service layer's 'except NotImplementedError -> 501' never fired, yielding '200 null' or a response-model 500 instead. login likewise turned unexpected errors into a None result. Drop the pointless decorator from the two methods that only raise, and let login reraise so failures surface. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| impl | ||
| __init__.py | ||
| docs.py | ||
| models.py | ||
| router.py | ||
| service.py | ||