Skip to content

Commit 40e5489

Browse files
"Feature flags for .qa."
1 parent 8e37b75 commit 40e5489

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 : .production
22+
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
2323

2424
// MARK: -
2525

0 commit comments

Comments
 (0)