Skip to content

Commit

Permalink
feat: added unit tests and refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
AhtishamShahid committed Sep 3, 2024
1 parent 4d10701 commit 59495b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openedx/core/djangoapps/notifications/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ def send_notifications(user_ids, course_key: str, app_name, notification_type, c
email='email' in notification_preferences,
group_by_id=group_by_id,
)
breakpoint()
if grouping_enabled and existing_notifications.get(user_id, None):
group_user_notifications(new_notification, existing_notifications[user_id])
else:
Expand Down

0 comments on commit 59495b6

Please sign in to comment.