mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
Update src/lib/features/feature-toggle/feature-toggle-service.ts
This commit is contained in:
parent
4247c9b423
commit
b177db14d0
@ -676,7 +676,7 @@ export class FeatureToggleService {
|
||||
) {
|
||||
if (strategyName === 'flexibleRollout') {
|
||||
const stickiness =
|
||||
params?.stickiness === undefined || params?.stickiness === ''
|
||||
!params?.stickiness || params?.stickiness === ''
|
||||
? await this.featureStrategiesStore.getDefaultStickiness(
|
||||
projectId,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user