chore: rename braze_client to email_client

This commit is contained in:
Muhammad Faraz Maqsood
2025-03-21 19:01:51 +05:00
committed by Muhammad Faraz Maqsood
parent 5858be028b
commit b3f9903a4b
9 changed files with 64 additions and 64 deletions

View File

@@ -27,7 +27,7 @@ def _get_key(key_or_id, key_cls):
)
def get_braze_client():
def get_email_client():
""" Returns a Braze client. """
if not BrazeClient:
return None