Skip to content

Commit

Permalink
feat(inclusion_monitor): remove HTML send
Browse files Browse the repository at this point in the history
  • Loading branch information
alextes committed Feb 8, 2024
1 parent a2802d8 commit 730ba21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phoenix/inclusion_monitor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,6 @@ async fn report_missing_payload(
}

if publish_errors.is_empty() && late_call_stats.is_some() {
send_telegram_warning(&message, "HTML").await?;
send_telegram_warning(&message, "MarkdownV2").await?;
} else {
send_telegram_alert(&message).await?;
Expand Down

0 comments on commit 730ba21

Please sign in to comment.