Commit 3607d45
fix: log errors when host confirmation email fails
Replace `let _ =` with explicit error logging on send_host_notification
in both confirm_booking and approve_booking_by_token handlers. This
surfaces failures (e.g. email address parse errors) at info level
instead of silently discarding them.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ba5a90c commit 3607d45
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1432 | 1432 | | |
1433 | 1433 | | |
1434 | 1434 | | |
1435 | | - | |
| 1435 | + | |
| 1436 | + | |
| 1437 | + | |
1436 | 1438 | | |
1437 | 1439 | | |
1438 | 1440 | | |
| |||
6904 | 6906 | | |
6905 | 6907 | | |
6906 | 6908 | | |
6907 | | - | |
| 6909 | + | |
| 6910 | + | |
| 6911 | + | |
6908 | 6912 | | |
6909 | 6913 | | |
6910 | 6914 | | |
| |||
0 commit comments