Skip to content

Commit

Permalink
chore: update default notification preference for ora_grade_assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
eemaanamir committed Sep 23, 2024
1 parent 87771e7 commit c6b4683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx/core/djangoapps/notifications/base_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@
'name': 'ora_grade_assigned',
'is_core': False,
'info': '',
'web': False,
'email': False,
'web': True,
'email': True,
'push': False,
'email_cadence': EmailCadence.DAILY,
'non_editable': [],
Expand Down

0 comments on commit c6b4683

Please sign in to comment.