Skip to content

Commit

Permalink
remove detail info
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Feb 2, 2025
1 parent 8ed86d6 commit 0e77082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/custom_alerts/metrolink_alerts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ pub async fn fetch_alert_page_data(
)
.replace(REMOVE_DELUSION, "")
.replace(REMOVE_YAP, "")
.replace("METROLINK ALERTS DETAIL\n", "")
.replace("METROLINK ALERTS DETAIL", "")
.trim()
.to_string();

Expand Down

0 comments on commit 0e77082

Please sign in to comment.