Feature flag IS_MICROSOFT_SYNC_ENABLED removal (#10170)

Since we have already removed the feature flag from twenty-infra, and
the most part of the application. we can now remove it from these
declaration

fixes https://github.com/twentyhq/core-team-issues/issues/331
This commit is contained in:
Guillim
2025-02-13 00:52:31 +01:00
committed by GitHub
parent 466f8c733f
commit 6e57f02ae3
4 changed files with 1 additions and 9 deletions

View File

@ -529,7 +529,6 @@ export enum FeatureFlagKey {
IsEventObjectEnabled = 'IsEventObjectEnabled',
IsJsonFilterEnabled = 'IsJsonFilterEnabled',
IsLocalizationEnabled = 'IsLocalizationEnabled',
IsMicrosoftSyncEnabled = 'IsMicrosoftSyncEnabled',
IsNewRelationEnabled = 'IsNewRelationEnabled',
IsPermissionsEnabled = 'IsPermissionsEnabled',
IsPostgreSQLIntegrationEnabled = 'IsPostgreSQLIntegrationEnabled',