Skip to content

Commit

Permalink
Revert "[MERGE] dev 브랜치 수정사항 main 브랜치에 반영"
Browse files Browse the repository at this point in the history
  • Loading branch information
rinarina0429 authored Dec 17, 2024
1 parent 8c74cdd commit 85b5732
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public AvatarsGetResponse getAvatarList(User user) {
Byte representativeAvatarId = user.getAvatarId();
List<Avatar> avatars = avatarRepository.findAll();
List<AvatarGetResponse> avatarGetResponses = avatars.stream()
.filter(avatar -> avatar.getAvatarId() >= 0)
.map(avatar -> {
List<AvatarLine> avatarLines = avatar.getAvatarLines();
return AvatarGetResponse.of(avatar, getRandomAvatarLine(avatarLines), representativeAvatarId);
Expand Down

0 comments on commit 85b5732

Please sign in to comment.