mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Merge branch 'master' into implement-v2-send-email
This commit is contained in:
@@ -142,7 +142,7 @@ def send_sms(self,
|
||||
)
|
||||
|
||||
provider_tasks.deliver_sms.apply_async(
|
||||
[saved_notification.id],
|
||||
[str(saved_notification.id)],
|
||||
queue='send-sms' if not service.research_mode else 'research-mode'
|
||||
)
|
||||
|
||||
@@ -195,7 +195,7 @@ def send_email(self, service_id,
|
||||
)
|
||||
|
||||
provider_tasks.deliver_email.apply_async(
|
||||
[saved_notification.id],
|
||||
[str(saved_notification.id)],
|
||||
queue='send-email' if not service.research_mode else 'research-mode'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user