Skip to content

Commit

Permalink
fix(api): Remove displayprice fields from GetIncoherentItems query
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptTF committed Jun 3, 2024
1 parent 91a8e8c commit eccfd26
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 @@ -115,12 +115,6 @@ func (b *Backend) GetIncoherentItems(ctx context.Context, page, size uint64, cat
},
},
},
{"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 eccfd26

Please sign in to comment.