Skip to content

Commit

Permalink
Merge branch 'dev' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
gouyeonch committed Oct 21, 2024
2 parents d2eda61 + 510faee commit 9ba7100
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 9ba7100

Please sign in to comment.