Skip to content

Commit 1ac38af

Browse files
"Feature flags for .production."
1 parent 4b913e1 commit 1ac38af

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
@@ -20,7 +20,7 @@ extension FeatureBuild {
2020
}
2121
}
2222

23-
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
23+
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
2424

2525
// MARK: -
2626

0 commit comments

Comments
 (0)