Fix send_bundled_notification task (#4696)

# What this PR does
Fix scheduling `perform_notification` from `send_bundled_notification`
task - leftover after resolving merge conflict

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] Added the relevant release notes label (see labels prefixed w/
`release:`). These labels dictate how your PR will
    show up in the autogenerated release notes.
This commit is contained in:
Yulya Artyukhina 2024-07-17 19:00:26 +02:00 committed by GitHub
parent 65a794af0a
commit 49d1127698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -626,6 +626,7 @@ def send_bundled_notification(user_notification_bundle_id: int):
schedule_perform_notification_task,
log_record_notification_triggered.pk,
log_record_notification_triggered.alert_group_id,
False,
)
)
notifications.delete()