Skip to content

Commit

Permalink
Fixing Ald van der Rheede's title and surname
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofcapetown-opm-bot committed Nov 19, 2024
1 parent 45d1baa commit 1b5e471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cct_connector/ServiceAlertEmailer.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,11 @@ def _service_area_filter(row: pandas.Series) -> bool:
_ward_curry_pot("45")),
# Ward 47
ServiceAlertEmailConfig("current", False, "v1", EMAIL_COLS,
(("Cllr Rheede", "[email protected]"),),
(("Ald van der Rheede", "[email protected]"),),
"all unplanned alerts that might affect Ward 47",
_ward_curry_pot("47")),
ServiceAlertEmailConfig("current", True, "v1", EMAIL_COLS,
(("Cllr Rheede", "[email protected]"),),
(("Ald van der Rheede", "[email protected]"),),
"all planned works that might affect Ward 47",
_ward_curry_pot("47")),
# Ward 50
Expand Down

0 comments on commit 1b5e471

Please sign in to comment.