Skip to content

Commit 79b46e8

Browse files
author
Shubham Naik
committed
chore: next
1 parent 81b2cc1 commit 79b46e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/project-selector/project-selector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export async function projectSelector(apiKey: string): Promise<Response> {
1212
const client = getLettaClient(apiKey);
1313
const debouncedListProjects = debounceAsyncFn((args: { name?: string }) => client.projects.list({
1414
...args,
15-
limit: 5,
15+
limit: '5',
1616
}), 500);
1717

1818
const response = await autocomplete({

0 commit comments

Comments
 (0)