mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
chore: remove flag enterprise-payg (#10139)
https://linear.app/unleash/issue/2-3602/clean-up-flag-enterprise-payg Removes [enterprise-payg](https://app.unleash-hosted.com/hosted/projects/eg/features/enterprise-payg) Doesn't seem like this is being used anywhere.
This commit is contained in:
parent
366915bf71
commit
dbc34a10bd
@ -81,7 +81,6 @@ export type UiFlags = {
|
|||||||
enableLegacyVariants?: boolean;
|
enableLegacyVariants?: boolean;
|
||||||
flagCreator?: boolean;
|
flagCreator?: boolean;
|
||||||
releasePlans?: boolean;
|
releasePlans?: boolean;
|
||||||
'enterprise-payg'?: boolean;
|
|
||||||
productivityReportEmail?: boolean;
|
productivityReportEmail?: boolean;
|
||||||
showUserDeviceCount?: boolean;
|
showUserDeviceCount?: boolean;
|
||||||
consumptionModel?: boolean;
|
consumptionModel?: boolean;
|
||||||
|
@ -47,7 +47,6 @@ export type IFlagKey =
|
|||||||
| 'releasePlans'
|
| 'releasePlans'
|
||||||
| 'productivityReportEmail'
|
| 'productivityReportEmail'
|
||||||
| 'productivityReportUnsubscribers'
|
| 'productivityReportUnsubscribers'
|
||||||
| 'enterprise-payg'
|
|
||||||
| 'showUserDeviceCount'
|
| 'showUserDeviceCount'
|
||||||
| 'memorizeStats'
|
| 'memorizeStats'
|
||||||
| 'streaming'
|
| 'streaming'
|
||||||
@ -233,10 +232,6 @@ const flags: IFlags = {
|
|||||||
process.env.UNLEASH_EXPERIMENTAL_PRODUCTIVITY_REPORT_UNSUBSCRIBERS,
|
process.env.UNLEASH_EXPERIMENTAL_PRODUCTIVITY_REPORT_UNSUBSCRIBERS,
|
||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
'enterprise-payg': parseEnvVarBoolean(
|
|
||||||
process.env.UNLEASH_EXPERIMENTAL_ENTERPRISE_PAYG,
|
|
||||||
false,
|
|
||||||
),
|
|
||||||
showUserDeviceCount: parseEnvVarBoolean(
|
showUserDeviceCount: parseEnvVarBoolean(
|
||||||
process.env.UNLEASH_EXPERIMENTAL_SHOW_USER_DEVICE_COUNT,
|
process.env.UNLEASH_EXPERIMENTAL_SHOW_USER_DEVICE_COUNT,
|
||||||
false,
|
false,
|
||||||
|
Loading…
Reference in New Issue
Block a user