Commit 24d6ed3
committed
fix(kilo-pass): clean up email dedup marker when user has no email
When user.google_user_email is falsy in maybeSendDuplicateCardCanceledEmail,
the transactional_email_log marker was left in the DB permanently. This
suppressed future email sends even if the user later acquired an email.
Now the marker is deleted before returning, consistent with the error-path
cleanup logic.1 parent a9590f5 commit 24d6ed3
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
273 | | - | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
274 | 284 | | |
275 | 285 | | |
276 | 286 | | |
| |||
0 commit comments