mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 13:58:25 -04:00
Remove outdated comment
This commit is contained in:
@@ -342,7 +342,6 @@ def save_letter(
|
|||||||
):
|
):
|
||||||
notification = encryption.decrypt(encrypted_notification)
|
notification = encryption.decrypt(encrypted_notification)
|
||||||
|
|
||||||
# we store the recipient as just the first item of the person's address
|
|
||||||
recipient = PostalAddress.from_personalisation(
|
recipient = PostalAddress.from_personalisation(
|
||||||
Columns(notification['personalisation'])
|
Columns(notification['personalisation'])
|
||||||
).normalised
|
).normalised
|
||||||
|
|||||||
Reference in New Issue
Block a user