Skip to content

Commit cf3085f

Browse files
committed
Enable JCP feature flag.
1 parent 86e21f9 commit cf3085f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Experiments/Experiments/DefaultFeatureFlagService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
2424
case .orderListFilters:
2525
return true
2626
case .jetpackConnectionPackageSupport:
27-
return buildConfig == .localDeveloper || buildConfig == .alpha
27+
return true
2828
case .orderCreation:
2929
return buildConfig == .localDeveloper || buildConfig == .alpha
3030
case .hubMenu:

0 commit comments

Comments
 (0)