[MM-63963] Remove unused constants from SelfHostedProducts (#8839)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Jesse Hallam 2025-05-06 14:40:36 -03:00 committed by GitHub
parent e0dc08dcd6
commit 974f2419ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,5 @@ export default {
},
SelfHostedProducts: {
STARTER: 'starter',
PROFESSIONAL: 'professional',
ENTERPRISE: 'enterprise',
},
};