"Feature flags for .qa."

This commit is contained in:
Michelle Linington 2022-04-09 16:40:34 -07:00
parent b8a0e2c739
commit c0b656fb5d

View File

@ -19,7 +19,7 @@ extension FeatureBuild {
}
}
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .beta
private let build: FeatureBuild = OWSIsDebugBuild() ? .dev : .qa
// MARK: -