Skip to content

Commit

Permalink
refactor: 토픽 Response Dto에 lastPinUpdatedAt 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
yoondgu committed Sep 18, 2023
1 parent f7ddc01 commit c7be13d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static TopicResponse fromGuestQuery(Topic topic) {
Boolean.FALSE,
topic.countBookmarks(),
Boolean.FALSE,
topic.getUpdatedAt()
topic.getLastPinUpdatedAt()
);
}

Expand Down

0 comments on commit c7be13d

Please sign in to comment.