Skip to content

Commit

Permalink
[Fix] #214 - 코드리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
0lynny committed Feb 26, 2024
1 parent 8da43dd commit 7e78311
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private User(String socialId, SocialPlatform socialPlatform, String name, String
}

@Builder(builderMethodName = "builderWithSignIn")
public static User of(String socialId, SocialPlatform socialPlatform, String name, String profileImage, String email, Boolean isDeleted) {
public static User of(String socialId, SocialPlatform socialPlatform, String name, String profileImage, String email) {
return builder()
.socialId(socialId)
.socialPlatform(socialPlatform)
Expand Down

0 comments on commit 7e78311

Please sign in to comment.