Skip to content

Commit

Permalink
[KKM-168] FEAT : 감정표현 dto id 반영3
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyeonch committed Oct 21, 2024
1 parent 2757028 commit 510faee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public CursorResponseDto<List<NewsInfoDto>> getNewsWithReaction(Long userId, Lon
@Transactional
public CursorResponseDto<List<NewsHistInfoDto>> getNewsWithHist(Long userId, Long cursorId, int size) {
log.info("getNewsWithHist service");
log.info("cursorId: {}", cursorId);

User user = userLookupService.findUserById(userId);

Expand Down

0 comments on commit 510faee

Please sign in to comment.