fix: send null for unlimited user limit#3090
Conversation
Greptile SummaryThis PR fixes the user limit API call to send
Confidence Score: 5/5Safe to merge. The write-side fix correctly sends null to disable the user limit, and the read-side zero checks are intentional per the API's response contract. The change is a single-line fix that aligns the write payload with the documented API contract. The read-side logic remains correct because the API returns 0 (not null) for unlimited policies. The second file change is purely cosmetic. No files require special attention. Important Files Changed
Reviews (3): Last reviewed commit: "fix: format database page to satisfy pre..." | Re-trigger Greptile |
Co-authored-by: TorstenDittmann <1759475+TorstenDittmann@users.noreply.github.com>
|
@greptile-apps thanks for the review. The API expects Can you re-review with that context? |
What
Why
Testing