mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-28 00:17:12 +01:00
chore: remove deltaApiStreaming flag (#9362)
This commit is contained in:
parent
a91876790e
commit
c14cc3346e
@ -61,7 +61,6 @@ export type IFlagKey =
|
||||
| 'streaming'
|
||||
| 'etagVariant'
|
||||
| 'deltaApi'
|
||||
| 'deltaApiStreaming'
|
||||
| 'uniqueSdkTracking'
|
||||
| 'frontendHeaderRedesign'
|
||||
| 'dataUsageMultiMonthView'
|
||||
@ -297,10 +296,6 @@ const flags: IFlags = {
|
||||
process.env.UNLEASH_EXPERIMENTAL_DELTA_API,
|
||||
false,
|
||||
),
|
||||
deltaApiStreaming: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_DELTA_API_STREAMING,
|
||||
false,
|
||||
),
|
||||
uniqueSdkTracking: parseEnvVarBoolean(
|
||||
process.env.UNLEASH_EXPERIMENTAL_UNIQUE_SDK_TRACKING,
|
||||
false,
|
||||
|
Loading…
Reference in New Issue
Block a user