DataDog / ecommerce-workshop

Example eCommerce App for workshops and observability
Other
89 stars 112 forks source link

fix n+1 query in discounts-fixed #306

Closed arapulido closed 1 year ago

arapulido commented 1 year ago

As part of this PR: https://github.com/DataDog/ecommerce-workshop/pull/197 it was removed the line that fixes the n+1 query in the discounts-fixed version of discounts. So both the broken version and the fixed versions had the same issue.

This PR re-adds the fix so those two images are different.