Skip to content

Commit d424e73

Browse files
claude[bot]github-actions[bot]claude
authored
Maintenance: Cursor pagination - Eliminate redundant result limiting (#99)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Claude <[email protected]>
1 parent 87351b9 commit d424e73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/spring/memewikibe/application/MemeLookUpServiceImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ private PageResponse<Cursor, MemeDetailResponse> createPageResponseBy(List<Meme>
101101
Cursor cursor = Cursor.of(memes, limit);
102102
List<MemeDetailResponse> response = memes.stream()
103103
.map(MemeDetailResponse::from)
104-
.limit(limit)
105104
.toList();
106105
return PageResponse.cursor(cursor, response);
107106
}

0 commit comments

Comments
 (0)