Skip to content

Commit

Permalink
fix(api): remove displayprice from CountIncoherentItems too
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptTF committed Jun 3, 2024
1 parent eccfd26 commit cb21df6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/internal/db/mongo/item_misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,6 @@ func (b *Backend) CountIncoherentItems(ctx context.Context, categoryID string, s
},
},
},
{"display_prices.ceten": 0},
{"display_prices.coutant": 0},
{"display_prices.externe": 0},
{"display_prices.menu": 0},
{"display_prices.privilegies": 0},
{"display_prices.staff_bar": 0},
{"prices.ceten": 0},
{"prices.coutant": 0},
{"prices.externe": 0},
Expand Down

0 comments on commit cb21df6

Please sign in to comment.