fix(product): when running migrations, prevent exploding on isolated case (#5643)

* fix(product): when running migrations, prevent exploding on isolated case

* chore: remove try catch block

* chore: added variant test fixes

* chore: update name of var
This commit is contained in:
Riqwan Thamir
2023-11-20 18:08:28 +01:00
committed by GitHub
parent c51dce164d
commit c4722715cd
3 changed files with 14 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/product": patch
---
fix(product): when running migrations, prevent exploding on isolated case