Skip to content

Commit

Permalink
Merge pull request #47 from oven-2023/feature/work
Browse files Browse the repository at this point in the history
fix: sort 삭제
  • Loading branch information
haen-su authored Oct 24, 2023
2 parents 9b643d9 + 36ffed2 commit bc7bebe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ public List<WorkListDto> getLikes(User user) throws BaseException {
.title(interestingWork.getWork().getTitleKr())
.build()
)
.sorted()
.collect(Collectors.toList());

return interestingWorkDtoList;
Expand Down

0 comments on commit bc7bebe

Please sign in to comment.