Skip to content

Commit 708d648

Browse files
committed
"Feature flags for .production."
1 parent cb6c824 commit 708d648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SignalServiceKit/src/Util/FeatureFlags.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension FeatureBuild {
1919
}
2020
}
2121

22-
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
22+
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
2323

2424
// MARK: -
2525

0 commit comments

Comments
 (0)