mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 16:10:43 -05:00
![Chomp](/assets/img/avatar_default.png)
Various improvements to `getOffersForBuild`: Renamed offers to offersToReturn Removed one layer of indentation by using early return Replaced use of `ragfairOfferService.getOffers` with `ragfairOfferService.getOffersOfType` to improve performance by using a more appropriately indexed dictionary of offers Run `getOffersInsideBuyRestrictionLimits` as part of offer filtering process removed redundant reassignment of availableOffers/possibleOffers