fix build

This commit is contained in:
KM Koushik
2025-07-28 00:01:43 +10:00
parent e6dd8673b4
commit 609e4d04eb
2 changed files with 2 additions and 1 deletions

View File

@@ -554,7 +554,7 @@ export async function sendBulkEmails(
if (filteredEmailContents.length === 0) {
// Return only suppressed emails if no valid emails to send
return suppressedEmails;
return suppressedEmails.map((item) => item.email);
}
// Group emails by domain to minimize domain validations