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
fix: Remove hardcoded values, use TIER_LIMITS as single source of truth
- routes/users.py: Use TIER_LIMITS[UserTier.FREE] instead of hardcoded values
- routes/users.py: Return tier and limit in check-repo-add for API key users
- user_limits.py: Remove unused 'field' import from dataclasses
0 commit comments