Skip to content

Commit

Permalink
♻️ chore: Remove unnecessary constants in UserResponseDto (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghun-dev committed Nov 8, 2023
1 parent 78ef4db commit bdf92d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public UserResponseDto(User user) {
this(
user.getId(),
user.getNickname(),
"https://s3.orbi.kr/data/file/united/35546557a06831597f6e7851cb6c86e9.jpg",
"",
user.getMusicApp().getAppName() != null ? user.getMusicApp().getAppName() : MusicApp.YOUTUBE_MUSIC.getAppName()
);
}
Expand Down

0 comments on commit bdf92d3

Please sign in to comment.