test bilder upload
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 1m7s

This commit is contained in:
Tizian.Breuch
2025-11-07 08:48:15 +01:00
parent 03993211f6
commit c078526800

View File

@@ -42,7 +42,7 @@ namespace Webshop.Infrastructure.Repositories
public async Task UpdateProductAsync(Product product) public async Task UpdateProductAsync(Product product)
{ {
_context.Products.Update(product); //_context.Products.Update(product);
await _context.SaveChangesAsync(); await _context.SaveChangesAsync();
} }