Skip to content

Commit

Permalink
fix: updated , notification config name from filter to filters (#33557)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhtishamShahid authored Oct 23, 2023
1 parent 7900711 commit e932373
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 @@ -95,7 +95,7 @@
'replier_name': 'replier name',
},
'email_template': '',
'filter': [FILTER_AUDIT_EXPIRED]
'filters': [FILTER_AUDIT_EXPIRED]
},
'comment_on_followed_post': {
'notification_app': 'discussion',
Expand All @@ -111,7 +111,7 @@
'replier_name': 'replier name',
},
'email_template': '',
'filter': [FILTER_AUDIT_EXPIRED]
'filters': [FILTER_AUDIT_EXPIRED]
},
}

Expand Down

0 comments on commit e932373

Please sign in to comment.