mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Also show overlay on document download of failed letter
And of course test this new flex
This commit is contained in:
@@ -136,7 +136,6 @@ def get_letter_pdf(notification):
|
||||
|
||||
s3 = boto3.resource('s3')
|
||||
bucket = s3.Bucket(bucket_name)
|
||||
|
||||
item = next(x for x in bucket.objects.filter(Prefix=prefix))
|
||||
|
||||
obj = s3.Object(
|
||||
|
||||
Reference in New Issue
Block a user