Skip to content

Commit cecb4f7

Browse files
committed
fix: Notify support in NewNoteNotificationJob
1 parent 4797085 commit cecb4f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

jobs/new_note_notification_job.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ def perform(options = {})
2020
inapp_body = Notifier.render('new_note_inapp', {context: context})
2121
title = "New note on #{ontology.acronym}"
2222

23+
Notifier.notify_support(title, email_body)
2324
subscribers = Subscription.where(ontology: ontology.acronym)
24-
25+
2526
subscribers.each do |subscriber|
2627
next unless subscriber.notes?
2728

0 commit comments

Comments
 (0)