Skip to content

Commit

Permalink
hotfix : 구직자 기본정보 올바른 반환값으로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
huncozyboy committed Nov 12, 2024
1 parent 656f01b commit d0418f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
public record EmployeeBasicInfoResponse(
String employeeName,
String employeeAddress,
String profileImageUrl,
String phoneNumber,
String profileImageUrl,
Gender gender,
Integer birthYear
) implements UserBasicInfoResponse {
Expand Down

0 comments on commit d0418f0

Please sign in to comment.