Skip to content

Commit

Permalink
Merge pull request #152 from dnd-side-project/refactor/#149
Browse files Browse the repository at this point in the history
Admin category response data to korean
  • Loading branch information
miraexhoi authored Sep 22, 2024
2 parents ea98d3b + f170fcd commit e7f0fb3
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 e7f0fb3

Please sign in to comment.