Skip to content

Commit

Permalink
Merge branch 'remove-incoming-message-unused-method' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
garethrees committed Nov 28, 2023
2 parents df55e42 + 9987615 commit f4c8914
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/incoming_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ def update_request
info_request.update_last_public_response_at
end

def destroy_raw_email
raw_email.destroy
end

# And look up by URL part number and display filename to get an attachment
# TODO: relies on extract_attachments calling MailHandler.ensure_parts_counted
# The filename here is passed from the URL parameter, so it's the
Expand Down

0 comments on commit f4c8914

Please sign in to comment.