Automated Action 674c0542ae Fix HTTP 204 status code response handling
- Modified delete_user_endpoint to return None for HTTP 204 status code
- Updated delete_todo endpoint to also return None for HTTP 204 status code
- Added proper return type annotations to both endpoints
- This fixes the AssertionError: Status code 204 must not have a response body
2025-05-16 02:28:23 +00:00
..
2025-05-16 01:35:23 +00:00
2025-05-16 01:35:23 +00:00