fix: remove leftover code in send_campaign_email
Some checks failed
BotServer CI/CD / build (push) Failing after 5m46s
Some checks failed
BotServer CI/CD / build (push) Failing after 5m46s
This commit is contained in:
parent
1dc11c9b4e
commit
f5082acac0
1 changed files with 0 additions and 14 deletions
|
|
@ -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(
|
||||
state: &Arc<AppState>,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue