Skip to content

Commit

Permalink
Fixing Ald Rossouw's title
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofcapetown-opm-bot committed Nov 19, 2024
1 parent 925d265 commit 45d1baa
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 @@ -595,11 +595,11 @@ def _service_area_filter(row: pandas.Series) -> bool:

# Ward 110
ServiceAlertEmailConfig("current", False, "v1", EMAIL_COLS,
(("Cllr Rossouw", "[email protected]"),),
(("Ald Rossouw", "[email protected]"),),
"all unplanned alerts that might affect Ward 110",
_ward_curry_pot("110")),
ServiceAlertEmailConfig("current", True, "v1", EMAIL_COLS,
(("Cllr Rossouw", "[email protected]"),),
(("Ald Rossouw", "[email protected]"),),
"all planned works that might affect Ward 110",
_ward_curry_pot("110")),

Expand Down

0 comments on commit 45d1baa

Please sign in to comment.