Skip to content

Commit

Permalink
refactor :: admin category response data to korean
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Sep 22, 2024
1 parent ea98d3b commit f170fcd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static AdminWordResponse toResponseDto(Word word) {
word.getName(),
word.getPronunciation(),
word.getMeaning(),
word.getCategory().name(),
word.getCategory().getName(),
word.getExample(),
word.getResource()
);
Expand Down

0 comments on commit f170fcd

Please sign in to comment.