Skip to content

Commit 7d26499

Browse files
committed
switch flag to return labels in dev builds
1 parent 9a51370 commit 7d26499

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
@@ -96,7 +96,7 @@ public struct DefaultFeatureFlagService: FeatureFlagService {
9696
case .pointOfSaleAsATabi2:
9797
return buildConfig == .localDeveloper || buildConfig == .alpha
9898
case .pointOfSaleOrdersi1:
99-
return false
99+
return buildConfig == .localDeveloper || buildConfig == .alpha
100100
default:
101101
return true
102102
}

0 commit comments

Comments
 (0)