aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/utils.py')
-rw-r--r--python/report_ops/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py
index cc226786..463e5112 100644
--- a/python/report_ops/utils.py
+++ b/python/report_ops/utils.py
@@ -346,7 +346,7 @@ class BamlFcmNotify:
</html>"""
),
to_recipients=_recipients["BAML_FCM"],
- cc_recipients=("nyops@lmcg.com",),
+ cc_recipients=_recipients["NYOPS"],
)
@classmethod