You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: clean up ugly type casting patterns in billing package
- Replace `as unknown as` double-casts with cleaner alternatives:
- balance-calculator.ts: use .then() handler for type assertion
- credit-delegation.ts: use .then() handler for type assertion
- grant-credits.ts: use direct type assertion (limit() returns sync)
- All billing files now use consistent, cleaner type patterns
0 commit comments