Skip to content

Commit b80957e

Browse files
🎨 Auto format and update with pre-commit
1 parent 90600cb commit b80957e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

development.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ Instead of returning plain text errors, structured JSON responses improve client
209209

210210
### Recommendations
211211

212-
- Use appropriate HTTP status codes (e.g., 400, 404, 500)
213-
- Return structured JSON error responses
214-
- Avoid exposing internal implementation details
215-
- Log errors for debugging and monitoring
212+
- Use appropriate HTTP status codes (e.g., 400, 404, 500)
213+
- Return structured JSON error responses
214+
- Avoid exposing internal implementation details
215+
- Log errors for debugging and monitoring
216216

217217
### Optional: Confidence-Based Handling (Advanced)
218218

0 commit comments

Comments
 (0)