## What
The underlying endpoint `/admin/inventory-items/{id}/location-levels/{location_id}` that the JS Client's `AdminInventoryItemsResource.deleteLocationLevel` method sends a request to doesn't accept query parameters. So, the `query` argument of the `deleteLocationLevel` is unnecessary.
Fixes CORE-1550
147 B
147 B
@medusajs/medusa-js
| @medusajs/medusa-js |
|---|
| patch |
fix(medusa-js): remove unnecessary query field in AdminInventoryItemsResource.deleteLocationLevel method