test upload bild
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 22s
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:
@@ -132,7 +132,7 @@ namespace Webshop.Application.Services.Admin
|
||||
image.DisplayOrder = currentOrder++;
|
||||
}
|
||||
|
||||
await _productRepository.UpdateProductAsync();
|
||||
await _productRepository.UpdateProductAsync(existingProduct);
|
||||
|
||||
return ServiceResult.Ok();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user