Skip to content

Commit

Permalink
Merge pull request #1040 from sul-dlss/corylown-patch-1
Browse files Browse the repository at this point in the history
Remove unused and untested (copypasta) Folio::Checkout.find method
  • Loading branch information
jcoyne authored Feb 12, 2024
2 parents d6e3e60 + 939061d commit a4b9971
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/models/folio/checkout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ def initialize(record, patron_type_id)
@patron_type_id = patron_type_id
end

def self.find(key, **)
symphony_client = SymphonyClient.new
new(symphony_client.circ_record_info(key), **)
rescue HTTP::Error
nil
end

def key
record['id']
end
Expand Down

0 comments on commit a4b9971

Please sign in to comment.