Skip to content

Commit

Permalink
Merge branch 'fix/allow-namesearch-without-limit' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 21, 2024
2 parents 2e87189 + e473641 commit 140a55c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/payloads.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export const createModelNameSearchPayload = (
context,
attrs = null,
operator = "ilike",
limit = 80,
limit,
} = options;
return [
"execute",
Expand Down

0 comments on commit 140a55c

Please sign in to comment.