Skip to content

Commit

Permalink
Merge branch 'main' into TP1-930--homepage-refresh-implement-hero-int…
Browse files Browse the repository at this point in the history
…ro-section
  • Loading branch information
ramram-mf authored Sep 19, 2024
2 parents b56cab0 + 3dca6d0 commit 99110eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-api/networkapi/utility/templatetags/mofo_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def onetrust_data_domain():
OneTrust's cookie script integration. While the test / production data
domain id currently only differ by a suffix, this may change in the future
"""
data_domain = "0190e65a-dbec-7548-89af-4b67155ee70a"
data_domain = "0191beda-31c8-76ff-9093-4055176ccf8c"
if get_app_environment() == "Production":
return data_domain
else:
Expand Down

0 comments on commit 99110eb

Please sign in to comment.