From 974f2419ef041c82ec75b4b71d0f9336296792ff Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Tue, 6 May 2025 14:40:36 -0300 Subject: [PATCH] [MM-63963] Remove unused constants from SelfHostedProducts (#8839) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude --- app/constants/license.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/constants/license.ts b/app/constants/license.ts index 698126080..9427529d6 100644 --- a/app/constants/license.ts +++ b/app/constants/license.ts @@ -12,7 +12,5 @@ export default { }, SelfHostedProducts: { STARTER: 'starter', - PROFESSIONAL: 'professional', - ENTERPRISE: 'enterprise', }, };