Skip to content

Enhance error handling and logging in receipt and blob services#100

Merged
johngothe merged 2 commits intomainfrom
99-improve-attachment-upload-error-handling-and-debugging
Feb 7, 2026
Merged

Enhance error handling and logging in receipt and blob services#100
johngothe merged 2 commits intomainfrom
99-improve-attachment-upload-error-handling-and-debugging

Conversation

@johngothe
Copy link
Collaborator

No description provided.

@johngothe johngothe requested a review from mnyflot February 7, 2026 07:32
@johngothe johngothe linked an issue Feb 7, 2026 that may be closed by this pull request
@Operation(summary = "Create a new receipt", description = "Create a new receipt for the authenticated user")
@PostMapping("/create")
fun createReceipt(@RequestBody receipt: ReceiptRequestBody): ResponseEntity<ReceiptResponseBody> {
fun createReceipt(@RequestBody receipt: ReceiptRequestBody): ResponseEntity<Any> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any type? 🤨

Copy link
Collaborator

@mnyflot mnyflot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@johngothe johngothe merged commit a418e84 into main Feb 7, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve attachment upload error handling and debugging

2 participants