fix: clamp limit lower bound to 1 to prevent silent empty responses
Addresses reviewer feedback: max(0,...) admitted limit=0 which would silently return no results even when matching records exist. Changed to max(1,...) consistent with feedback on PRs #149 and #152.
This commit is contained in:
parent
f9817b3d04
commit
77179d3c9c
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user