Skip to content
Snippets Groups Projects
Commit 68d081c3 authored by Robert Latta's avatar Robert Latta
Browse files

corrected typo RE DBOARD3-663

parent e2dc042a
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ def get_customer_service_emails(ds: IMS): ...@@ -116,7 +116,7 @@ def get_customer_service_emails(ds: IMS):
CUSTOMER_RELATED_CONTACT_PROPERTIES['Contact'] CUSTOMER_RELATED_CONTACT_PROPERTIES['Contact']
): ):
customer_contacts[x['customerid']].add( customer_contacts[x['customerid']].add(
x['contact']['troubleticketMail']) x['contact']['troubleticketmail'])
for k, v in customer_contacts.items(): for k, v in customer_contacts.items():
yield k, sorted(list(v)) yield k, sorted(list(v))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment