Skip to content

Commit

Permalink
rename: SocialTypeResponse -> MemberSocialTypeResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy committed Oct 8, 2024
1 parent 4c3f0f1 commit 8bb221b
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 @@
@Getter
@AllArgsConstructor
@Setter
public class SocialTypeResponse {
public class MemberSocialTypeResponse {
private SocialType socialType;
}

0 comments on commit 8bb221b

Please sign in to comment.