chore: disable email notifications
This commit is contained in:
parent
d14beeb654
commit
317c97edda
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ class Notification::EmailNotificationJob < ApplicationJob
|
||||||
# no need to send email if notification has been read already
|
# no need to send email if notification has been read already
|
||||||
return if notification.read_at.present?
|
return if notification.read_at.present?
|
||||||
|
|
||||||
Notification::EmailNotificationService.new(notification: notification).perform
|
# suspending email notifications temporarily for now
|
||||||
|
# Notification::EmailNotificationService.new(notification: notification).perform
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue