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: correct typo in getFirstActiveSubscriptionByUserId
The exported function and its sole call site both used the misspelled
name 'getFirstActiveSubcriptionByUserId' (missing the 's' in
Subscription). Rename consistently so the API matches the surrounding
naming convention (getFirstTransaction, getFirstCourse, etc.).
0 commit comments