Skip to content

Commit

Permalink
fix: 회원 엔티티 result 타입 수정 결과 반영 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunwoongH committed Jan 10, 2024
1 parent 2108868 commit 690711c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
public record ProfileGetResponse(
String name,
String intro,
int result
String result
) {

public static ProfileGetResponse of(User user) {
Expand Down

0 comments on commit 690711c

Please sign in to comment.