feat: update save_for_later event name (#29811)

This commit is contained in:
Zainab Amir
2022-01-24 16:43:33 +05:00
committed by GitHub
parent 36093582ad
commit 6a8585a356

View File

@@ -12,7 +12,7 @@ from openedx.core.djangoapps.site_configuration import helpers as configuration_
log = logging.getLogger(__name__)
USER_SENT_EMAIL_SAVE_FOR_LATER = 'edx.bi.user.save.for.later.email.sent'
USER_SENT_EMAIL_SAVE_FOR_LATER = 'edx.bi.user.saveforlater.email.sent'
def _get_event_properties(data):