Skip to content

Commit

Permalink
move fulfillment resolver to after the requestablilty
Browse files Browse the repository at this point in the history
charmingduchess committed Aug 15, 2024
1 parent 5a17d58 commit ec52acc
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
@@ -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())
}
}

0 comments on commit ec52acc

Please sign in to comment.