chore(): Prevent from soft deleting all entities (#6396)

**What**
The internal service abstraction should return idempotently if an empty array is given in order to prevent full soft deletion of the full data
This commit is contained in:
Adrien de Peretti
2024-02-14 14:29:10 +00:00
committed by GitHub
parent 4d51f095b3
commit 6500f18b9b
4 changed files with 54 additions and 28 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
chore(): Prevent from soft deleting all entities