Skip to content

Commit

Permalink
[FEAT] SearchMemberResponse isExist
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjoo-lab committed Nov 27, 2023
1 parent ad89f24 commit f41b2f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
@Builder
@AllArgsConstructor
public class SearchMemberResponse {
private Boolean find;
private Boolean isExist;
private MemberResponse memberResponse;
}

0 comments on commit f41b2f7

Please sign in to comment.