pull/349/head
Pete Matsyburka 1 year ago
parent 15e60fc5e7
commit 181e42c4b3

@ -19,7 +19,7 @@ module Submitters
return existing_attachment if existing_attachment return existing_attachment if existing_attachment
attachment = attachment =
submitter.attachments_attachments.find_or_create_by!(blob_id: signature_attachment.blob_id) submitter.attachments_attachments.create_or_find_by!(blob_id: signature_attachment.blob_id)
attachments_index[attachment.uuid] = attachment attachments_index[attachment.uuid] = attachment

Loading…
Cancel
Save