diff --git a/app/celery/tasks.py b/app/celery/tasks.py index 0d5f9ae85..4949b39b0 100644 --- a/app/celery/tasks.py +++ b/app/celery/tasks.py @@ -342,7 +342,6 @@ def save_letter( ): notification = encryption.decrypt(encrypted_notification) - # we store the recipient as just the first item of the person's address recipient = PostalAddress.from_personalisation( Columns(notification['personalisation']) ).normalised