Skip to content

Commit

Permalink
fixed oopsy
Browse files Browse the repository at this point in the history
  • Loading branch information
pennja committed Sep 19, 2024
1 parent 9414254 commit 067adab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def valid_submission_data?(data)

def process_submission_files
write_pdf
write_attachments unless attachments && attachments.empty?
write_attachments if attachments&.any?
write_manifest if include_manifest
write_metadata
rescue => e
Expand Down

0 comments on commit 067adab

Please sign in to comment.