Skip to content

Commit c450594

Browse files
committed
change to foo
1 parent 1444034 commit c450594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amigoscode/product/ProductService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public UUID saveNewProductWithImage(String name, String description, String pric
120120
Function<Product, ProductResponse> mapToResponse() {
121121
return p -> new ProductResponse(
122122
p.getId(),
123-
p.getName(),
123+
"foo",
124124
p.getDescription(),
125125
p.getPrice(),
126126
p.getImageUrl(),

0 commit comments

Comments
 (0)