Fix send_email task requested from notifications endpoint.

This commit is contained in:
Rebecca Law
2016-06-14 16:53:52 +01:00
parent b31c4e801e
commit 4c34238a88
2 changed files with 0 additions and 2 deletions

View File

@@ -387,7 +387,6 @@ def send_notification(notification_type):
send_email.apply_async((
service_id,
notification_id,
'',
encryption.encrypt(notification),
datetime.utcnow().strftime(DATETIME_FORMAT)
), queue='email')