All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m18s
- Admin notification was showing 6 instead of 600 - Root cause: double cents-to-dollars conversion - webhooks.js already converts to dollars before calling sendAdminNotification - Updated sendAdminNotification to handle pre-converted dollar amounts - Simplified formatting logic for clarity server/utils/emailService.js:155-162