Skip to content

Commit c9868c2

Browse files
committed
Enable pointOfSaleSurveys feature flag
1 parent 3571be9 commit c9868c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Sources/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9999
case .ciabBookings:
100100
return buildConfig == .localDeveloper || buildConfig == .alpha
101101
case .pointOfSaleSurveys:
102-
return buildConfig == .localDeveloper || buildConfig == .alpha
102+
return true
103103
default:
104104
return true
105105
}

0 commit comments

Comments
 (0)