Skip to content

Commit

Permalink
MBX-3495 Added update full dict
Browse files Browse the repository at this point in the history
  • Loading branch information
Akylbek Utekeshev committed Sep 30, 2024
1 parent ef51809 commit 1ef2a9d
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@ private extension InAppConfigurationDataFacade {

dispatchGroup.enter()
segmentationService.checkProductSegmentationRequest(products: products) { response in
productIds.forEach { key, value in
self.fetchedProductIdsCache[key] = value
}
self.fetchedProductIdsCache = productIds
self.targetingChecker.checkedProductSegmentations = response
self.dispatchGroup.leave()
}
Expand Down

0 comments on commit 1ef2a9d

Please sign in to comment.