Stop leaking exact quota numbers from GET /api/account #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
GET /api/accountcurrently returnsusedSuccessfulRequestsandmonthlyRequestLimitto normal users viapackages/db/src/account-store.tsandapps/web/src/main.ts.Why this matters
The product contract is explicit: normal users should only see approximate quota buckets (
100/80/60/40/20/0). Exact usage should stay admin-only.Acceptance criteria
Linked implementation PR: #16 (#16). This issue will be closed automatically on merge via
Closes #1in PR body.