(account)
| 110 | } |
| 111 | |
| 112 | function rpmLimitFor(account) { |
| 113 | return TIER_RPM[account.tier || 'unknown'] ?? 20; |
| 114 | } |
| 115 | |
| 116 | // v2.0.57 Fix 4 — quota headroom score. Reads the min of daily% and |
| 117 | // weekly% from the account's last refreshed credits snapshot. When both |
no outgoing calls
no test coverage detected