Skip to content

Commit

Permalink
Merge pull request #399 from NYPL/main
Browse files Browse the repository at this point in the history
move fulfillment check
  • Loading branch information
charmingduchess authored Aug 15, 2024
2 parents 55c3623 + 8c9293f commit 0454fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/response_massager.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ class ResponseMassager {
return (new LocationLabelUpdater(response))
.responseWithUpdatedLabels()
})
.then((response) => new FulfillmentResolver(response).responseWithFulfillment())
.then((response) => RequestabilityResolver.fixItemRequestability(response))
.then((response) => new FulfillmentResolver(response).responseWithFulfillment())
}
}

Expand Down

0 comments on commit 0454fa1

Please sign in to comment.