Skip to content

Commit

Permalink
up to basic api
Browse files Browse the repository at this point in the history
  • Loading branch information
djmin43 committed Mar 5, 2023
1 parent 3e5ee52 commit d821def
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ public Result memberV2() {
List<MemberDto> collect = findMembers.stream()
.map(m -> new MemberDto(m.getName()))
.collect(Collectors.toList());

return new Result(collect);

}

@Data
Expand Down

0 comments on commit d821def

Please sign in to comment.