mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-23 13:46:45 +02:00
[Gitar] Cleaning up Typescript files
This commit is contained in:
parent
717e541003
commit
e64d1b92d2
@ -67,7 +67,6 @@ export type UiFlags = {
|
||||
celebrateUnleash?: boolean;
|
||||
featureSearchFeedback?: Variant;
|
||||
enableLicense?: boolean;
|
||||
newStrategyConfigurationFeedback?: boolean;
|
||||
adminTokenKillSwitch?: boolean;
|
||||
executiveDashboardUI?: boolean;
|
||||
feedbackComments?: Variant;
|
||||
|
@ -130,7 +130,6 @@ exports[`should create default config 1`] = `
|
||||
},
|
||||
"migrationLock": true,
|
||||
"newContextFieldsUI": false,
|
||||
"newStrategyConfigurationFeedback": false,
|
||||
"outdatedSdksBanner": false,
|
||||
"personalAccessTokensKillSwitch": false,
|
||||
"projectOverviewRefactor": false,
|
||||
|
@ -32,7 +32,6 @@ export type IFlagKey =
|
||||
| 'celebrateUnleash'
|
||||
| 'featureSearchFeedback'
|
||||
| 'featureSearchFeedbackPosting'
|
||||
| 'newStrategyConfigurationFeedback'
|
||||
| 'edgeBulkMetrics'
|
||||
| 'extendedUsageMetrics'
|
||||
| 'adminTokenKillSwitch'
|
||||
@ -165,10 +164,6 @@ const flags: IFlags = {
|
||||
process.env.UNLEASH_EXPERIMENTAL_FEATURE_SEARCH_FEEDBACK_POSTING,
|
||||
false,
|
||||
),
|
||||
newStrategyConfigurationFeedback: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_NEW_STRATEGY_CONFIGURATION_FEEDBACK,
|
||||
false,
|
||||
),
|
||||
encryptEmails: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_ENCRYPT_EMAILS,
|
||||
false,
|
||||
|
@ -43,7 +43,6 @@ process.nextTick(async () => {
|
||||
stripClientHeadersOn304: true,
|
||||
stripHeadersOnAPI: true,
|
||||
celebrateUnleash: true,
|
||||
newStrategyConfigurationFeedback: true,
|
||||
featureSearchFeedbackPosting: true,
|
||||
executiveDashboard: true,
|
||||
executiveDashboardUI: true,
|
||||
|
Loading…
Reference in New Issue
Block a user