Test revert crm integration (#6321)

PR to test revert integration in production
This commit is contained in:
martmull
2024-07-25 09:38:55 +02:00
committed by GitHub
parent 7c6ca0e841
commit b9c8d607aa
7 changed files with 79 additions and 3 deletions

View File

@ -5,4 +5,5 @@ export type FeatureFlagKey =
| 'IS_AIRTABLE_INTEGRATION_ENABLED'
| 'IS_POSTGRESQL_INTEGRATION_ENABLED'
| 'IS_STRIPE_INTEGRATION_ENABLED'
| 'IS_COPILOT_ENABLED';
| 'IS_COPILOT_ENABLED'
| 'IS_CRM_MIGRATION_ENABLED';