fix(medusa): Fix q param on /admin/price-lists/:id/products (#2813)

This commit is contained in:
Kasper Fabricius Kristensen
2022-12-18 20:11:38 +01:00
committed by GitHub
parent 5e4decbc1c
commit 9e05fef4b9
3 changed files with 56 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
Fixes a bug where using the q param with the endpoint /admin/price-lists/:id/products would also return products not associated with the price list.