Skip to content

Commit

Permalink
[refac] change responseDTO variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
PicturePark1101 committed Jul 16, 2024
1 parent 01d578f commit f913286
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public record UserFavoriteResponse(
Long id,
String title,
FavoriteImage imageUrl
FavoriteImage imageType
) {

public static UserFavoriteResponse of(Favorite favorite) {
Expand Down

0 comments on commit f913286

Please sign in to comment.