Skip to content

Commit

Permalink
fix response data (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
dojinyou authored Dec 14, 2024
1 parent 055008f commit e8b3505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class UserController(
birthYear = user.profile.birthYear.value,
jobOccupation = JobOccupationDisplayInfo(
code = com.threedays.oas.model.JobOccupation.valueOf(user.profile.jobOccupation.name),
display = "test"
display = user.profile.jobOccupation.koreanName
),
locations = user.profile.locations.map {
LocationDisplayInfo(
Expand Down

0 comments on commit e8b3505

Please sign in to comment.