Redacted Product.Price mapping on filter #50

Merged
khwezi merged 1 commits from midrandshop into master 2026-05-30 18:49:39 +02:00
@@ -153,9 +153,7 @@ public sealed class ProductService(IDbContextFactory<MidrandBooksDbContext> cont
{
await using var context = await contextFactory.CreateDbContextAsync(cancellationToken);
var query = context.Products
.Include(i => i.Price)
.AsQueryable();
var query = context.Products.AsQueryable();
var cultureInfo = CultureInfo.InvariantCulture;