chore(): Improve internal repository delete algo (#11601)

* chore(): Improve internal repository delete algo

* chore(): Improve internal repository delete algo

* chore(): Improve internal repository delete algo

* update tests

* Create purple-donkeys-learn.md

* update tests
This commit is contained in:
Adrien de Peretti
2025-02-25 19:59:57 +01:00
committed by GitHub
parent d814d9540e
commit b42f151be3
14 changed files with 89 additions and 82 deletions
@@ -547,7 +547,7 @@ export default class InventoryModuleService
return
}
return await this.inventoryLevelService_.delete(inventoryLevel.id, context)
await this.inventoryLevelService_.delete(inventoryLevel.id, context)
}
// @ts-ignore