Skip to content

Commit

Permalink
fix: 충돌 해결 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddingmin committed Feb 12, 2024
1 parent c4fc748 commit 6bb10fd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public PageDto<MeetingsResponse> getMeetingsBySpecification(Pageable pageable, T
} else if (Boolean.TRUE.equals(isBookmarked)) {
spec = MeetingSpecification.withBookmarkedUserId(userId);
}

var meetings = meetingRepository.findAll(spec, pageable);

return PageDto.of(MeetingsResponse.of(meetings.getContent()), meetings.hasNext());
Expand Down

0 comments on commit 6bb10fd

Please sign in to comment.