Skip to content

Commit

Permalink
[CHORE] DEV QA (name에 default값)
Browse files Browse the repository at this point in the history
- chore: name은 nonnull 컬러
  • Loading branch information
yujindonut authored Oct 14, 2023
1 parent 4eaad16 commit d86e522
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ else if(Objects.equals(socialType, "apple")) {
Member.builder()
.authUserId(authUserId)
.idpType(socialType)
.name("DEV TESTER")
.hasProfile(true)
.build()
);
Expand Down

0 comments on commit d86e522

Please sign in to comment.