Skip to content

Commit ee0866c

Browse files
"Feature flags for .production."
1 parent c0b1c97 commit ee0866c

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

2424
// MARK: -
2525

0 commit comments

Comments
 (0)