"Feature flags for .qa."

This commit is contained in:
Michelle Linington 2022-03-04 19:06:38 -08:00
parent eb309b8961
commit dd6730c01b

View File

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