Skip to content

Commit

Permalink
Merge pull request #113 from AdultOfNineteen/develop
Browse files Browse the repository at this point in the history
Api-Release-v0.0.4-1
  • Loading branch information
imenuuu authored Oct 13, 2024
2 parents 43a4523 + 2294f62 commit d150082
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ private WineResponse.SearchWineDto convertWineInfo(Wine result, String content)
.wineId(result.getId())
.country(result.getCountry())
.type(result.getType())
.name(result.getName())
.name(name)
.varietal(result.getVarietal())
.build();
}
Expand Down

0 comments on commit d150082

Please sign in to comment.