feat(enterprise): add seekermusic.com to enterprise domains#746
Conversation
Marks Seeker Music accounts as pro regardless of Stripe subscription state, matching Rostrum and Recoup. Org 5d2be75b-b49b-4c2a-ac0a-63d812430dda (Seeker Music) already has domain auto-join via organization_domains. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single email domain, "seekermusic.com", was added to the existing ChangesEnterprise Domain List Update
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What
Adds
seekermusic.comtoENTERPRISE_DOMAINSinlib/enterprise/consts.ts, so Seeker Music accounts are treated as pro regardless of Stripe subscription state — same treatment as Recoup (recoupable.com) and Rostrum (rostrum.com/rostrumrecords.com).Context
Seeker Music was onboarded today:
5d2be75b-b49b-4c2a-ac0a-63d812430dda(created by sidney@recoupable.com)organization_domainsrow added forseekermusic.com→ future signups at that domain auto-join the orgThis PR completes the enterprise treatment:
getEnterpriseAccountIds()→getProArtists()will now include artists owned by@seekermusic.comaccounts.Verification
pnpm exec tsc --noEmit: identical 200 pre-existing errors with and without this change (all inlib/triggertests, Trigger.dev type drift on main) — no new errors introduced.ENTERPRISE_DOMAINSmembership; change is a one-line const addition.🤖 Generated with Claude Code
Summary by cubic
Adds
seekermusic.comtoENTERPRISE_DOMAINSso Seeker Music users are treated as pro regardless of Stripe status, matching Recoup and Rostrum. This ensures artists owned by@seekermusic.comaccounts are included bygetEnterpriseAccountIds()andgetProArtists().Written for commit e6b56fe. Summary will update on new commits.
Summary by CodeRabbit
seekermusic.com, improving account handling for users with that address.