test upload bild
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 22s

This commit is contained in:
Tizian.Breuch
2025-11-07 10:30:52 +01:00
parent 4d4d7b730a
commit 3f1874f7c2
3 changed files with 9 additions and 3 deletions

View File

@@ -132,7 +132,7 @@ namespace Webshop.Application.Services.Admin
image.DisplayOrder = currentOrder++;
}
await _productRepository.UpdateProductAsync();
await _productRepository.UpdateProductAsync(existingProduct);
return ServiceResult.Ok();
}