Skip to content

Commit

Permalink
added something
Browse files Browse the repository at this point in the history
  • Loading branch information
CEdwardsBlasikiewicz committed Dec 11, 2024
1 parent a268cd8 commit b3e694c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/catalogue_services_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CatalogueServicesClient

def get_request_summary(folio_id:)
conn = setup_connection

# This is a change!
res = conn.get("/catalogue-services/folio/user/#{folio_id}/myRequests")
if res.status == 200
res.body.presence || DEFAULT_REQUEST_SUMMARY
Expand Down

0 comments on commit b3e694c

Please sign in to comment.