Skip to content

Commit

Permalink
Shorten another name.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed Oct 7, 2024
1 parent 010ace5 commit 6918e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/importers/icalendar/cdss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ fn apply_fixes(event: &mut Event) {
.links
.insert(0, "https://portlandcountrydance.org/upcoming/".to_string());
}
"3rd Friday Hot Springs NC Contradance" => {
event.name = "Hot Springs Contradance".to_string();
}
"3rd Saturday Contra Dance" if event.city == "Philadelphia" => {
event
.links
Expand Down

0 comments on commit 6918e7d

Please sign in to comment.