We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e21f9 commit cf3085fCopy full SHA for cf3085f
Experiments/Experiments/DefaultFeatureFlagService.swift
@@ -24,7 +24,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
24
case .orderListFilters:
25
return true
26
case .jetpackConnectionPackageSupport:
27
- return buildConfig == .localDeveloper || buildConfig == .alpha
+ return true
28
case .orderCreation:
29
return buildConfig == .localDeveloper || buildConfig == .alpha
30
case .hubMenu:
0 commit comments