We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33c240 commit 0bac93eCopy full SHA for 0bac93e
src/main/java/com/amigoscode/product/ProductService.java
@@ -56,7 +56,7 @@ public UUID saveNewProduct(NewProductRequest product) {
56
product.stockLevel()
57
);
58
productRepository.save(newProduct);
59
- return id;
+ return null;
60
}
61
62
public UUID saveNewProductWithImage(String name, String description, String price, String stockLevel, MultipartFile image) {
0 commit comments