Missing User Warnings
Medium
- Confidence
- 96% confidence
- Finding
- The retry example calls `resend.emails.send(emailData)` repeatedly without showing how to preserve and resend the same idempotency key across attempts. In an email-sending reliability guide, this omission is dangerous because implementers may copy the example directly, causing duplicate transactional emails when timeouts or partial failures occur.
