Skip to content

Commit 25008d4

Browse files
author
chedim
committed
typos
1 parent 80aa9b0 commit 25008d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/trycb/controller/ProfileController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public ResponseEntity<List<Profile>> listProfiles(
4343
// This is just a LIKE query.
4444
// For full-text search documentation refer to:
4545
// https://docs.couchbase.com/java-sdk/current/howtos/full-text-searching-with-sdk.html
46-
result = profileRepository.findByText(query, pageRequest, page, pageSize).toList();
46+
result = profileRepository.findByText(query, page, pageSize);
4747
}
4848

4949
if (result != null && result.size() > 0) {

0 commit comments

Comments
 (0)