mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-08 00:02:20 +03:00
- Fix createQuotaObject: utilization is percentage USED, not remaining - Add optional chaining to window access in createQuotaObject - Use typeof object guards for five_hour/seven_day instead of !== undefined - Use nullish coalescing for extra_usage - Propagate remainingPercentage in parseQuotaData claude case