Skip to content

Commit

Permalink
fix :: fix example type
Browse files Browse the repository at this point in the history
  • Loading branch information
miraexhoi committed Sep 11, 2024
1 parent 70efaa1 commit c2d3164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static AdminListWordInfoDto from(Word word) {
word.getCategory().getName(),
word.getCommentCount(),
word.getViewCount(),
word.getExamples().toString(),
word.getExample().toString(),
word.getCreatedAt(),
word.getUpdatedAt()
);
Expand Down

0 comments on commit c2d3164

Please sign in to comment.