fix: remove leftover code in send_campaign_email
Some checks failed
BotServer CI/CD / build (push) Failing after 5m46s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-04 22:18:49 -03:00
parent 1dc11c9b4e
commit f5082acac0

View file

@ -187,20 +187,6 @@ pub async fn send_campaign_email(
} }
} }
} }
))
.execute(&mut conn)
.ok();
}
Ok(EmailSendResult {
success: false,
message_id: None,
tracking_id: Some(tracking_id),
error: Some(e.to_string()),
})
}
}
}
pub async fn get_campaign_email_metrics( pub async fn get_campaign_email_metrics(
state: &Arc<AppState>, state: &Arc<AppState>,