1
0
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:
Gastón Fournier 2025-07-30 15:41:18 +02:00 committed by GitHub
parent 4247c9b423
commit b177db14d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,
)