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
Resolves merge conflicts to integrate both features:
- referral_legacy grant type for legacy recurring monthly referrals
- subscription grant type from main for subscription-based credits
Conflict resolution:
- common/src/types/grant.ts: Added both referral_legacy and subscription to GrantType
- packages/billing: Updated grant-credits.ts to use referral_legacy for monthly bonuses
- web/src/app/profile: Updated UI components to display both grant types correctly
- DB migrations: Renumbered our migration to 0039 to sequence after main (0036-0038)
0 commit comments