Skip to content

Commit 3d624df

Browse files
committed
Enable feature flag.
1 parent 587ff48 commit 3d624df

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
@@ -38,7 +38,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
3838
case .inAppPurchases:
3939
return buildConfig == .localDeveloper || buildConfig == .alpha
4040
case .storeCreationMVP:
41-
return buildConfig == .localDeveloper || buildConfig == .alpha
41+
return true
4242
case .justInTimeMessagesOnDashboard:
4343
return buildConfig == .localDeveloper || buildConfig == .alpha
4444
case .productsOnboarding:

0 commit comments

Comments
 (0)