fix(medusa): In product isolation, throw if product not found (#5224)

**What**
Throw not found error if product does not exists
This commit is contained in:
Adrien de Peretti
2023-09-27 12:41:50 +00:00
committed by GitHub
parent 4c8836b488
commit c68ba63c1b
3 changed files with 21 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/medusa": patch
---
fix(medusa): In product isolation, throw if product not found