Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit a567c2e

Browse files
anastasiya1155calyptobai
authored andcommitted
Anastasiia/autocomplete page size (#1211)
don't override page_size from api_params
1 parent f699f93 commit a567c2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/bleep/src/webserver/autocomplete.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ pub(super) async fn handle(
4343
) -> Result<impl IntoAxumResponse> {
4444
// Override page_size and set to low value
4545
api_params.page = 0;
46-
api_params.page_size = 8;
4746

4847
api_params.project_id = project_id;
4948

0 commit comments

Comments
 (0)