Skip to content

Commit 2631a47

Browse files
Feature flags for .production.
1 parent 3e356d6 commit 2631a47

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
@@ -18,7 +18,7 @@ extension FeatureBuild {
1818
}
1919
}
2020

21-
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
21+
let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .production
2222

2323
// MARK: -
2424

0 commit comments

Comments
 (0)