forked from sanchezvem/pyrofetes-backend
Cleaned code
This commit is contained in:
@@ -25,7 +25,7 @@ public class PatchProductMinimalStockEndpoint(ProductsRepository productsReposit
|
||||
}
|
||||
|
||||
mapper.Map(req, product);
|
||||
|
||||
|
||||
await productsRepository.UpdateAsync(product, ct);
|
||||
await Send.NoContentAsync(ct);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user